| dbConnectNASIS | R Documentation |
Create a connection to a local NASIS database with DBI
dbConnectNASIS(dsn = NULL)
NASIS(dsn = NULL)
dsn |
Optional: path to SQLite database containing NASIS table
structure; Default: |
A DBIConnection object, as returned by
DBI::dbConnect(). If dsn is a DBIConnection, the attribute isUserDefined of the result is set to TRUE. If the DBIConnection is created by the internal NASIS connection process, isUserDefined is set to FALSE.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.