powered by
write a tibble into an excel file
write_excel(df, filename, sheetname = NULL, creator = "")
return status
tibble or a list of tibbles
the output filename
the names of sheets. If not given, will use 'sheet1', or the names of list
creator
# write_excel(mini_diamond, "mini_diamond.xlsx")
Run the code above in your browser using DataLab