Skip to content

Commit

Permalink
refactor prep_geonames
Browse files Browse the repository at this point in the history
  • Loading branch information
truenomad committed Feb 6, 2025
1 parent 26e5aac commit d235fc9
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 166 deletions.
2 changes: 1 addition & 1 deletion R/get_ona.R
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ get_updated_ona_data <- function(base_url = "https://api.whonghub.org",

cat("\n")
if (nrow(full_data_orig) == 0) {
cli::cli_alert_info("Initial download detected. Saving full dataset...")
cli::cli_alert_info("Initial download complete. Saving full dataset...")
poliprep::save(full_data, file_name)
} else if (nrow(new_data) > 0) {
cli::cli_alert_success(
Expand Down
Loading

0 comments on commit d235fc9

Please sign in to comment.