export_df2xlsx | R Documentation |
Write dataframe to an Excel spreadsheet, with a filename consisting of a prefix and a date stamp
export_df2xlsx(df, dirname, prefix, rnames = FALSE)
df |
dataframe. |
dirname |
directory where the Excel spreadsheet 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.