Series {xlcharts}R Documentation

Series

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chart.series.html

Usage

Series(
  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: 
Series(values = "sheetname!A1:E4")

## End(Not run)

[Package xlcharts version 0.0.2 Index]