DateGroupItem {xlcharts} | R Documentation |
DateGroupItem
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.filters.html
Usage
DateGroupItem(
year = NULL,
month = NULL,
day = NULL,
hour = NULL,
minute = NULL,
second = NULL,
dateTimeGrouping = NULL,
...
)
Arguments
year |
year |
month |
month |
day |
day |
hour |
hour |
minute |
minute |
second |
second |
dateTimeGrouping |
dateTimeGrouping |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
DateGroupItem(year = 2024, dateTimeGrouping = "year")
## End(Not run)
[Package xlcharts version 0.0.2 Index]