View source: R/DateGroupItem.R
DateGroupItem | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.filters.html
DateGroupItem(
year = NULL,
month = NULL,
day = NULL,
hour = NULL,
minute = NULL,
second = NULL,
dateTimeGrouping = NULL,
...
)
year |
year |
month |
month |
day |
day |
hour |
hour |
minute |
minute |
second |
second |
dateTimeGrouping |
dateTimeGrouping |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
DateGroupItem(year = 2024, dateTimeGrouping = "year")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.