export_df2csvxlsx | R Documentation |
Write dataframe to both CSV and Excel spreadsheet formats, with a filename consisting of a prefix and a date stamp
export_df2csvxlsx(df, dirname, prefix)
df |
dataframe. |
dirname |
directory where the RDS file will be created. |
prefix |
filename prefix |
This function return a list that contains the creation timestamps of the Excel and the CSV files
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.