Makes a factor with a label from a vector of location codes
Source:R/format_location_code_as_.r
format_location_code_as.Rd
Makes a factor with a label from a vector of location codes
Makes a character from a vector of location codes
Usage
format_location_code_as_factor(
x,
label = NULL,
label_if_not_unique = NULL,
reference = csdata::nor_locations_names(),
direction = 1
)
format_location_code_as_character(
x,
label = NULL,
label_if_not_unique = NULL,
reference = csdata::nor_locations_names(),
direction = 1
)