if (FALSE) {
# get the model datasets included with the package
model_datasets <- model_datasets
# download one of them
g <- get_datasets(dataset_filenames = model_datasets$FileName[1])
# create some terms of data me may want to extrac
st <- search_variable_labels(names(g), "bed net")
# and now extract it
ex <- extract_dhs(st)
}
Run the code above in your browser using DataLab