We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1a529 commit 3a87491Copy full SHA for 3a87491
R/convert_nuts_version.R
@@ -180,9 +180,7 @@ convert_nuts_version <-
180
181
# Prepare join with cross walk such that missing NUTS codes within groups are kept
182
# - Filter cross walks to desired version
183
- cross_walks <- get("cross_walks")
184
- cross_walks <-
185
- cross_walks[cross_walks$to_version == to_version, ]
+ cross_walks <- get("cross_walks")[cross_walks$to_version == to_version, ]
186
187
# - Create group structure
188
group_structure <- data %>%
0 commit comments