SeriesFactory {xlcharts} | R Documentation |
SeriesFactory
Description
Convenience Factory for creating chart data series.
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chart.series_factory.html
Usage
SeriesFactory(
values,
xvalues = NULL,
zvalues = NULL,
title = NULL,
title_from_data = FALSE,
...
)
Arguments
values |
values |
xvalues |
xvalues |
zvalues |
zvalues |
title |
title |
title_from_data |
title_from_data |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
SeriesFactory(values = "sheetname!A1:E4")
## End(Not run)
[Package xlcharts version 0.0.2 Index]