export_df2sqlite | R Documentation |
Write dataframe to an SQLite file, with a filename consisting of a prefix and a date stamp
export_df2sqlite(df, dirname, prefix, rnames = FALSE)
df |
dataframe. |
dirname |
directory where the SQLite file will be created. |
prefix |
filename prefix |
rnames |
Row names |
This function returns the creation timestamp of the Excel spreadsheet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.