write_db.Rd
Write to Database
write_db(user = "", password = "")
Writes all csv and rda files in the data folder to the database
Change the host, port and database name to connect to chosen database.
if (FALSE) { # \dontrun{
write_db("janedoe", "areallystrongpassword")
} # }