Write to Database

write_db(user = "", password = "")

Arguments

user

Username for the database

password

Password for above username

Value

Writes all csv and rda files in the data folder to the database

Details

Change the host, port and database name to connect to chosen database.

Examples

if (FALSE) { # \dontrun{
write_db("janedoe", "areallystrongpassword")
} # }