load_access | R Documentation |
Load data from an MS Access db
load_access(dir = getwd(), db = NULL, qries = NULL, env = .GlobalEnv)
dir |
directory name of the MS Access db |
db |
file name of the MS Access db |
qries |
query names in the form "df_name" = "qry_name" where df_name is the name that will be assigned to the dataframe and qry_name is the query name in the db |
env |
the environment where the data will be located |
Extract the data from a local MS Access database using a list of queries.
nb of queries processed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.