write_excel | R Documentation |
write a tibble into an excel file
write_excel(df, filename, sheetname = NULL, creator = "")
df |
tibble or a list of tibbles |
filename |
the output filename |
sheetname |
the names of sheets. If not given, will use 'sheet1', or the names of list |
creator |
creator |
return status
# write_excel(mini_diamond, "mini_diamond.xlsx")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.