View source: R/class-workbook-wrappers.R
| wb_add_encharter | R Documentation |
Renders a encharter R6 object and injects the resulting XML into an
openxlsx2 workbook at the specified location.
wb_add_encharter(wb, sheet = current_sheet(), dims = NULL, graph)
wb |
An |
sheet |
Sheet name or index where the chart will be placed. |
dims |
Character string defining the cell range (e.g., "E2:M20"). |
graph |
An initialized |
The workbook object, invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.