sbf_write_datas_to_xlsx.Rd
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)
)
An invisible character vector of the names of the data frames.