sbf_write_datas_to_xlsx | R Documentation |
Writes all the data frames in the environment to an xlsx file. Each data frame is saved to a sheet with the same name.
sbf_write_datas_to_xlsx(
path,
exists = NA,
env = parent.frame(),
ask = getOption("sbf.ask", TRUE)
)
path |
A string of the path to the xlsx file (with the extension). |
exists |
A logical scalar specifying whether the file should exist. |
env |
An environment. |
ask |
A flag specifying whether to ask before deleting an existing database (if exists = FALSE). |
An invisible character vector of the names of the data frames.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.