Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

municipality_key data seems to hold duplicates for year 2016 #35

Closed
jhimberg opened this issue Mar 26, 2021 · 1 comment
Closed

municipality_key data seems to hold duplicates for year 2016 #35

jhimberg opened this issue Mar 26, 2021 · 1 comment
Assignees

Comments

@jhimberg
Copy link

#install.packages("geofi")
#trying URL 'https://cran.rstudio.com/bin/macosx/contrib/4.0/geofi_1.0.0.tgz'

data("municipality_key")
select(municipality_key, kunta, year, municipality_name_fi) %>%
arrange(kunta, year)

A tibble: 2,828 x 3
kunta year municipality_name_fi

1 5 2013 Alajärvi
2 5 2014 Alajärvi
3 5 2015 Alajärvi
4 5 2016 Alajärvi
5 5 2016 Alajärvi

6 5 2017 Alajärvi

#install.packages("geofi")
#trying URL 'https://cran.rstudio.com/bin/macosx/contrib/4.0/geofi_1.0.0.tgz'

@muuankarski
Copy link
Collaborator

Thank you for noting this! There were no changes needed for the code, rerunning the script generating the scripts was enough. Could have been a issue with Statistics Finland classification api or most probably a user error in executing the script in the first place. Fixed here 09cf526 and v1.01.1 on it's way to CRAN

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants