select_date_level_common {when}R Documentation

Configure date level (common)

Description

Configure date level (common)

Usage

select_date_level_common(
  td,
  name = NULL,
  include_all = FALSE,
  exclude_all = FALSE,
  ...
)

Arguments

td

A when object.

include_all

A boolean, include all fields of the level.

exclude_all

A boolean, exclude all fields of the level.

...

Rest of boolean configuration parameters.

Value

A when object.


[Package when version 1.0.0 Index]