Skip to content

Commit

Permalink
Update prep_geonames to properly save cache
Browse files Browse the repository at this point in the history
  • Loading branch information
truenomad committed May 21, 2024
1 parent d911bdf commit 2caeaf2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/prep_geonames.R
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,8 @@ prep_geonames <- function(target_df, lookup_df = NULL,
dplyr::bind_rows(saved_cache_df, cleaned_cache_joined) |>
dplyr::select(
level, name_to_match, replacement,
# longname_to_match, longname_corrected
longname_to_match,
# longname_corrected
country_prepped, province_prepped, district_prepped,
created_time
) |>
Expand Down

0 comments on commit 2caeaf2

Please sign in to comment.