View source: R/geocode_cities_cp.R
geocode_df_cities_cp | R Documentation |
A variation of geocode_df_cities for data with postcode provided Use of banR. Countries that are not "France" or NA will not be altered by this function
geocode_df_cities_cp(.data, city_col, cp_col, country_col)
.data |
a data.frame |
city_col |
name of the column that contains the city names |
cp_col |
name of the column that contains postal code (french) |
country_col |
name of the column that contains the country names |
Messages are not displayed when there is no error. input.data is not altered even if contains special characters. Column order is also preserved
.data with additional (or updated) columns named after city_col with the extension: _lat _lon and _cog
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.