extraction(add_geo=TRUE) correction for Kenya 2014 surveys (#67)New as_factor.labelled for backward compatibility with haven <2.0.0 labelled classes.
model_datasets now internal and exported dataset (#60).
New set_rdhs_config for providing login credentials. This deprecates set_dhs_credentials.
New get_rdhs_config shows the credentials currently used by rdhs
Permissionn from user now required for file saving.
API requests can now ignore any cached responses (force = TRUE) argument (#23):
get_datasets(clear_cache = TRUE) will clear the cached available datasets, enabling newly requested datasets to be downloaded (@kaisero, #29).
geojson objects can now be requested from the API so that you can return geojson objects for mapping purposes (#28) e.g. :
dhs_data(), dhs_countries() and other API functions (dhs_x()).authenticate_dhs() now works with short project names.New vignettes: anemia
New read_dhs_flat() for reading flat datasets.