Learn R Programming

xlcharts (version 0.0.1)

DynamicFilter: DynamicFilter

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.filters.html

Usage

DynamicFilter(
  type = NULL,
  val = NULL,
  valIso = NULL,
  maxVal = NULL,
  maxValIso = NULL,
  ...
)

Value

An openpyxl Python object.

Arguments

type

type

val

val

valIso

valIso

maxVal

maxVal

maxValIso

maxValIso

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
DynamicFilter(type = "thisWeek")
}

Run the code above in your browser using DataLab