View source: R/compare_with_wdi.R
compare_with_wdi | R Documentation |
Compare a dataset retrieved with fetch_indicator()
with WDI.
compare_with_wdi(df)
df |
data.frame: A |
compare_with_wdi()
returns a list of three data frames; the original dataset
(source
), the data retrieved from WDI (wdi
) and the rows in the source
dataset that are not present in WDI (not_in_wdi
).
list
# Compare SH.MLR.NETS.ZS data from UNICEF with WDI
data("bednets")
dl <- compare_with_wdi(bednets)
str(dl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.