# NOT RUN {
## Search for a known variable
## Download and save the dictionary if it is not available locally
search_data_dict(var = "country")
## Search for all variables mentioning mortality in their definition
search_data_dict(def = "mortality")
## Search for all variables in the Estimates dataset.
search_data_dict(dataset = "Estimates")
## Search for both a known variable and for mortality being mentioned in there definition
## Duplicate entries will be omitted.
search_data_dict(var = "e_mort_exc_tbhiv_100k", def = "mortality")
# }
Run the code above in your browser using DataLab