getMOVESInputTable | R Documentation |
Gets the results of a table in a MOVES database and all associated lookup tables.
getMOVESInputTable( dbconn, movesdb_name, countydb_name, table_name, get_query_string = FALSE )
dbconn |
MySQL db connection |
movesdb_name |
MySQL default database to be updated as string |
countydb_name |
MySQL county database to be updated as string |
table_name |
MySQL table to be updated as string |
get_query_string |
TRUE/FALSE if TRUE the query string is returned instead of the results, defaults to FALSE |
Either a dataframe with the result from dbSendQuery()
or FALSE
getMOVESInputTable(dbconn, movesdb_name, countydb_name, "averagespeeddistribution") getMOVESInputTable(dbconn, movesdb_name, countydb_name, "imcoverage")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.