openxlsx

Starter template for openxlsx



# Edit the code below and hit "Run" to see the updated result!
library(openxlsx)

write.xlsx(x = mtcars,
           file = "cars.xlsx",
           asTable = TRUE)

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.