createexcelfile | R Documentation |
As of yet there is no way of giving the sheets other names. The sheets in the resulting document will therefore inherit the variable names given in this function. e.g. table1 will give rise to a sheet in the excel document called table1.
createexcelfile(title, ..., overwrite = FALSE)
title |
A filename for the excel file to be created |
... |
A number of dataframes to be used as sheets for the new excel file |
overwrite |
A logical toggle to choose whether to overwrite a potential existing file |
A tibble containing the data from the chosen sheet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.