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(),
...
)
Arguments
object or list of data frame to write
file name to save
folder to save file
for internal use
environment
for future versions
it returns object or list of data frame back
Examplesif (FALSE) {
excel(data.frame(a = 1:3), file_name = "test1.xlsx", folder = ".")
}
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4