Skip to contents

Time Scale Picker

Usage

TimeScalePicker(
  time_scale_variable = "time_scale",
  time_group_variable = "year"
)

Arguments

time_scale_variable

Variable identifying the time scale of records. The values of such a variable should be things like `"wk"`, `"mo"`, `"yr"`.

time_group_variable

Variable identifying a grouping variable for the time scales (e.g. a column identifying the year.).