addXlWorksheet | R Documentation |
This AddWorksheet function adds a worksheet to a previously create excel document
addXlWorksheet(data_table, excel_doc, sheet_name)
data_table |
Data that is to be written to the new worksheet |
excel_doc |
The excel document variable created with openxlsx::createworkbook() |
sheet_name |
Name that the new worksheet is to be labelled as |
The data table is the first parameter and it returns the first parameter unchanged so that it is compatible with magrittr "%>%"
The data table provide, unmodified
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.