a list of CSV files to upload. If NULL, will return all
CSVs in the load directory
tablenames
a list the same length as src of tablenames in the
database corresponding to each of the files in src. If NULL,
will default to the same name as src, without paths or file extensions.
if (FALSE) {
if (require(RMySQL)) {
# must have pre-existing database "fec"# if not, try system("mysql -e 'CREATE DATABASE IF NOT EXISTS fec;'")
db <- src_mysql_cnf(dbname = "mtcars")
}
}