Skip to content

Commit

Permalink
fixing cases
Browse files Browse the repository at this point in the history
  • Loading branch information
dhersz committed Dec 19, 2024
1 parent 03d92c3 commit 044557b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/geocode.R
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ geocode <- function(addresses_table,
n_rows_affected <- 0
}

for (case in c(1, 2, 4:11)) {
for (case in 1:12) {
relevant_cols <- get_relevant_cols(case)
formatted_case <- formatC(case, width = 2, flag = "0")

Expand Down

0 comments on commit 044557b

Please sign in to comment.