Create a memory or file-based instance of NASIS database
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; Default: |
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.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.