View source: R/createStaticNASIS.R
createStaticNASIS | R Documentation |
Create a memory or file-based instance of NASIS database for selected tables.
createStaticNASIS(
tables = NULL,
new_names = NULL,
SS = TRUE,
dsn = NULL,
output_path = NULL,
verbose = FALSE
)
tables |
Character vector of target tables. Default: |
new_names |
Optional: new table names (should match length of vector of matching |
SS |
Logical. Include "selected set" tables (ending with suffix |
dsn |
Optional: path to SQLite database containing NASIS table structure; or a |
output_path |
Optional: path to new/existing SQLite database to write tables to. Default: |
verbose |
Show error messages from attempts to dump individual tables? Default |
A named list of results from calling dbQueryNASIS
for all
columns in each NASIS table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.