powered by
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(), ... )
it returns object or list of data frame back
object or list of data frame to write
file name to save
folder to save file
for internal use
environment
for future versions
if (FALSE) { excel(data.frame(a = 1:3), file_name = "test1.xlsx", folder = ".") }
Run the code above in your browser using DataLab