copyMOVESDatabase | R Documentation |
Copies an existing MOVES database to a new location.
copyMOVESDatabase(dbconn, db_from_name, db_to_name)
dbconn |
MySQL db connection |
db_from_name |
MySQL county database to be copied as string. |
db_to_name |
MySQL county database to be created as string. |
boolean if the database was successfully copied
copyMOVESDatabase(dbconn, countydb_name, new_countydb_name)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.