View source: R/sqlite_interface.R
connect_sqlite | R Documentation |
Connect to a SQLite database in an specific path (/R Output/SQLite Files/).
connect_sqlite(sqlite_name, ...)
sqlite_name |
SQLite database to connect |
... |
authentication arguments needed by the DBMS instance; these typically include user, password, host, port, dbname, etc. For details see the appropriate DBIDriver |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.