Skip to contents

A dataset mapping is used with apply_mapping() to renames, select and validation the columns in a dataset that correspond to the parameter names below.

Usage

mapping_epi_units(eu_id = NULL, eu_name, geometry)

Arguments

eu_id

charcter, optional, can be provided to join other datasets if needed

eu_name

character, required, name or description of epi units

geometry

sf_POLYGON or sf_MULTIPOLYGON geospatial data type, representing the geographical areas of each epi unit.

Value

mapping object to be used with apply_mapping()

See also