powered by
nasis_local
Check for presence of nasis_local ODBC data source
local_NASIS_defined(dsn = NULL)
Optional: path to local SQLite database containing NASIS table structure; default: NULL
logical
# NOT RUN { if(local_NASIS_defined()) { # use fetchNASIS or some other lower-level fetch function } else { message('could not find `nasis_local` ODBC data source') } # }
Run the code above in your browser using DataLab