Save to .xlsx
.
write_xlsx.Rd
Create an .xlsx
file with multiple sheets.
Examples
f <- tempfile(fileext = ".xlsx")
write_xlsx(mtcars, filePath = f)
.xlsx
.write_xlsx.Rd
Create an .xlsx
file with multiple sheets.
f <- tempfile(fileext = ".xlsx")
write_xlsx(mtcars, filePath = f)