excel | R Documentation |
The excel() function creates an excel file according to the object given. data.frame or List of data frame or Rapi_GETPREP object can be passed..
excel(
dfs = null,
file_name = null,
folder = null,
.debug = FALSE,
env = rlang::caller_env(),
...
)
dfs |
object or list of data frame to write |
file_name |
file name to save |
folder |
folder to save file |
.debug |
for internal use |
env |
environment |
... |
for future versions |
it returns object or list of data frame back
## Not run:
excel(data.frame(a = 1:3), file_name = "test1.xlsx", folder = ".")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.