Learn R Programming

xlcharts (version 0.0.1)

x_axis: x_axis

Description

Values must be of type <class 'openpyxl.chart.axis.TextAxis'>

Usage

x_axis(py_obj, ...)

Value

An openpyxl Python object.

Arguments

py_obj

py_obj

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
BarChart(type = "col") |>
  x_axis(title = "X axis title")
}

Run the code above in your browser using DataLab