Description Usage Arguments Value
View source: R/write_data_sheets.R
Add datasheets to a Workbook
1 2 3 4 5 6 7 | write_data_sheets(
wb,
datasets,
default_data_sheet = 2,
data_marker = getOption("qr.marker", "!data"),
remove_template = TRUE
)
|
wb |
A workbook object |
datasets |
A list of datasets |
default_data_sheet |
The worksheet to use as the default datasheet template. Can be either the sheet name or number. |
data_marker |
This value should be used in the datasheet template to indicate where the tables should be placed. This value will be the upper-left corner of the table. |
remove_template |
Logical, whether the template sheet should be removed
from the final report. Does not have an effect if |
An openxlsx
workbook object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.