data2sqlite | R Documentation |
convert tibble or data frame to sqlite
data2sqlite(data, sqlite_file, table_name, append = FALSE)
data |
input tibble or data frame |
sqlite_file |
output sql database path |
table_name |
sql table name |
append |
optional parameter, append to database or overwrite, defaul='FALSE' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.