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

Missing currency conversion for Zambia and Cambodia. #43

Open
rfrelat opened this issue Aug 23, 2022 · 0 comments
Open

Missing currency conversion for Zambia and Cambodia. #43

rfrelat opened this issue Aug 23, 2022 · 0 comments

Comments

@rfrelat
Copy link
Contributor

rfrelat commented Aug 23, 2022

I couldn't understand why currency_conversion_lcu_to_ppp is missing for Zambia, while querywb_stats() seems to report a number. With online database query, there can be unexpected errors.
For Cambodia, the project don't have a reported year (nor a id_form) so that's why the currency_conversion_lcu_to_ppp is missing.
So far, I manually used:
convlist <- list(
"cambodia_2019"=1490.945, #querywb_stats(2019, "cambodia")
"zm_faw_2019"=4.751562, #querywb_stats(2019, "zambia")
"zm_giz_2018"=4.432117, #querywb_stats(2018, "zambia")
"zm_scn_2017"=4.223818 #querywb_stats(2017, "zambia")
)

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

1 participant