We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
KOSIS 2023년 인구데이터를 살펴보니 전라북도가 전북특별자치도 변경되어 NA가 발생했습니다. 시도코드 및 시도명 최신으로 변경해야 할 듯 싶습니다. cty_cd 로 변경이 되어야 할 듯 싶습니다.
bitSpatial::admi |> mutate(mega_cd = if_else(mega_cd == "45", "52", mega_cd), mega_nm = if_else(mega_nm == "전라북도", "전북특별자치도", mega_nm))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
KOSIS 2023년 인구데이터를 살펴보니 전라북도가 전북특별자치도 변경되어 NA가 발생했습니다.
시도코드 및 시도명 최신으로 변경해야 할 듯 싶습니다.
cty_cd 로 변경이 되어야 할 듯 싶습니다.
The text was updated successfully, but these errors were encountered: