Extract component data from a local NASIS Database
This function currently works only on Windows.
get_component_data_from_NASIS_db( SS = TRUE, stringsAsFactors = default.stringsAsFactors(), dsn = NULL )
SS |
fetch data from the currently loaded selected set in NASIS or from
the entire local database (default: |
stringsAsFactors |
logical: should character vectors be converted to
factors? This argument is passed to the |
dsn |
Optional: path to local SQLite database containing NASIS
table structure; default: |
A list with the results.
Dylan E. Beaudette, Stephen Roecker, and Jay M. Skovlin
if(local_NASIS_defined()) { # query text note data fc <- try(get_component_data_from_NASIS_db()) # show structure of component data returned str(fc) }
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.