writexl::write_xlsx()
recursivelyR/00-utils.R
, R/05-as_any.R
write_excel_allsheets.Rd
The R objects are read and the values are placed in separated sheets. This function is inspired by the function proposed in https://statmethods.wordpress.com/2014/06/19/quickly-export-multiple-r-objects-to-an-excel-workbook/
The R objects are read and the values are placed in separated sheets. This function is inspired by the function proposed in https://statmethods.wordpress.com/2014/06/19/quickly-export-multiple-r-objects-to-an-excel-workbook/
write_excel_allsheets(list, filename)
write_excel_allsheets(list, filename)
R objects, coma separated.
A character string of the path of the Excel file.
Nothing to be returned. The file is created at the path declared in the environment.
Nothing to be returned. The file is created at the path declared in the environment.