createStaticNASIS {soilDB} | R Documentation |
Create a memory or file-based instance of NASIS database
Description
Create a memory or file-based instance of NASIS database for selected tables.
Usage
createStaticNASIS(
tables = NULL,
new_names = NULL,
SS = TRUE,
dsn = NULL,
output_path = NULL,
verbose = FALSE
)
Arguments
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 |
Value
A named list of results from calling dbQueryNASIS
for all
columns in each NASIS table.