Package: dabr
Title: Database Management with R
Version: 0.0.1
Authors@R: c(
    person(given = "Roberto",
           family = "Villegas-Diaz",
           role = c("aut", "cre"),
           email = "r.villegas-diaz@reading.ac.uk",
           comment = c(ORCID = "0000-0001-5036-8661")),
    person("SPECIAL Research Group @ University of Reading", role = c("cph")))
Description: Provides functions to manage databases: select, update, insert,
    and delete records, list tables, backup tables as CSV files, and import
    CSV files as tables.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Language: en-GB
Imports: dplyr, RMariaDB
Suggests: hexSticker, knitr
NeedsCompilation: no
Packaged: 2020-10-29 20:43:16 UTC; roberto.villegas-diaz
Author: Roberto Villegas-Diaz [aut, cre]
    (<https://orcid.org/0000-0001-5036-8661>),
  SPECIAL Research Group @ University of Reading [cph]
Maintainer: Roberto Villegas-Diaz <r.villegas-diaz@reading.ac.uk>
Repository: CRAN
Date/Publication: 2020-11-05 08:40:06 UTC
