First release.
read_dcs()
. detect_outliers()
, which detects potential outliers in a single dataset by calculating z-scores/p-values for each value
by country.compare_datasets()
, which compares a dataset from source with a dataset in WDI/DCS and identifies differences and potential outliers.format_dcs()
no longer removes missing values.create_blank()
, which creates DCS formatted data or metadata datasets with empty values.prepare_data()
to prepare internal or manually downloaded datasets for DCS upload.%>%
) to exports.fetch_indicator()
now returns a tibble
instead of a data.frame
. fetch_indicator()
now accepts multiple indicators in a single query.fetch_wdi()
to ensure that compare_with_wdi()
works for multiple indicators.NEWS.md
file to track changes to the package.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.