Recode a vector of US locations from one format to another
Source:R/recode_locations.R
us_location_recode.RdUses us_location_lookup() to perform recoding.
Arguments
- location
vector of location values
- location_input_format
format in which the location vector is coded. See
to_us_location_table_column()for permitted formats. Must be a single value.- location_output_format
Code the output vector in this format. See
to_us_location_table_column()for permitted formats. Must be a single value.