Skip to content

Commit

Permalink
Merge pull request #49 from mkienzle/master
Browse files Browse the repository at this point in the history
2 changes to load and use some data from wikipedia
  • Loading branch information
b-rodrigues authored Oct 2, 2023
2 parents e9ac3d7 + bca569e commit 60088bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/save_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ current_communes <- "https://is.gd/lux_communes" |>
dplyr::mutate(commune = stringr::str_remove(commune, " .$"))

# Test if all communes are there
setdiff(unique(commune_level_data$locality), current_communes$commune)
setdiff(unique(commune_level_data$locality), current_communes$name_2)

# We need former communes
former_communes <- "https://is.gd/lux_former_communes" |>
Expand Down

0 comments on commit 60088bb

Please sign in to comment.