Function to insert data into dfs db.
| 1 | dfs_insert(db_path = Sys.getenv("DFS_DB"), table, df, ...)
 | 
| db_path | Path to sqlite database. Defaults to DFS_DB variable in .Renviron. | 
| table | Name of table to write data to. | 
| df | The dataframe to write. | 
| ... | additional parameters for DBI::dbWriteTAble | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.