View source: R/SeriesFactory.R
SeriesFactory | R Documentation |
Convenience Factory for creating chart data series.
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chart.series_factory.html
SeriesFactory(
values,
xvalues = NULL,
zvalues = NULL,
title = NULL,
title_from_data = FALSE,
...
)
values |
values |
xvalues |
xvalues |
zvalues |
zvalues |
title |
title |
title_from_data |
title_from_data |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
SeriesFactory(values = "sheetname!A1:E4")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.