Skip to contents

mandatory_db_filter

Usage

mandatory_db_filter(
  .data,
  granularity_time = NULL,
  granularity_time_not = NULL,
  granularity_geo = NULL,
  granularity_geo_not = NULL,
  country_iso3 = NULL,
  location_code = NULL,
  age = NULL,
  age_not = NULL,
  sex = NULL,
  sex_not = NULL
)

Arguments

.data

Data

granularity_time

Granularity time to filter on (include)

granularity_time_not

Granularity time to filter on (exclude)

granularity_geo

Granularity geo to filter on (include)

granularity_geo_not

Granularity geo to filter on (exclude)

country_iso3

country_iso3 to filter on (include)

location_code

location_code to filter on (include)

age

Age to filter on (include)

age_not

Age to filter on (exclude)

sex

Sex to filter on (include)

sex_not

Sex to filter on (exclude)