Description Usage Arguments Value
The functions writes the datafarme to the sqlite table. It will overwrite any data It is used internally to load project data
| 1 | projectWriteTable(data, tble_name, db_path = "")
 | 
| data | Data frame containing the data to save to the table. This will overwrite any existing data | 
| tble_name | Name of the table to write the data to. NOTE SQLITE table names are not case sensitive | 
| db_path | The location of the project database. This defaults to database/project.sqlite and is not expected to change | 
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.