wb_add_chart_xml {openxlsx2} | R Documentation |
Add a chart XML to a worksheet
Description
Add a chart XML to a worksheet
Usage
wb_add_chart_xml(
wb,
sheet = current_sheet(),
dims = NULL,
xml,
col_offset = 0,
row_offset = 0,
...
)
Arguments
wb |
a workbook |
sheet |
the sheet on which the graph will appear |
dims |
the dimensions where the sheet will appear |
xml |
chart xml |
col_offset , row_offset |
positioning |
... |
additional arguments |
See Also
wb_add_drawing()
wb_add_image()
wb_add_mschart()
wb_add_plot()
[Package openxlsx2 version 1.8 Index]