View source: R/csv_to_sqlite.R
A function to convert csv file to sqlite3 file (using 'dplyr' package).
1  | csv_to_sqlite(csv_name, db_name, table_name = "df0")
 | 
csv_name | 
 Character string; path of the file.  | 
db_name | 
 Character string; path of the database.  | 
table_name | 
 Characeter string; (desired) table name.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.