Description Usage Arguments Value
Write table to database file
1 | .writeTableToFile(df, table_name, path, database_file, overwrite = FALSE)
|
df |
Data frame to be written as a table in the database |
table_name |
A character with the name for the table |
database_file |
A character with the name of the database file (without the path) |
overwrite |
A logical indicating whether to overwrite an existing table with the same name. Defaults to FALSE. |
Nothing. Write the dataframe into the specified database
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.