export_df2csv | R Documentation |
Write dataframe to a CSV file format, with a filename consisting of a prefix and a date stamp
export_df2csv(df, dirname, prefix)
df |
dataframe. |
dirname |
directory where the CSV file will be created. |
prefix |
filename prefix |
This function returns the creation timestamp of the CSV file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.