View source: R/DynamicFilter.R
DynamicFilter | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.filters.html
DynamicFilter(
type = NULL,
val = NULL,
valIso = NULL,
maxVal = NULL,
maxValIso = NULL,
...
)
type |
type |
val |
val |
valIso |
valIso |
maxVal |
maxVal |
maxValIso |
maxValIso |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
DynamicFilter(type = "thisWeek")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.