# \donttest{
# Get all data for a single indicator
uis_get(
indicators = "CR.1"
)
# Get all data for a single country
uis_get(
entities = "BRA"
)
# Get data for multiple indicators and countries
uis_get(
entities = c("BRA", "USA"),
indicators = c("CR.1", "CR.2")
)
# Get data for multiple indicators and countries and specific time range
uis_get(
entities = c("BRA", "USA"),
indicators = c("CR.1", "CR.2"),
start_year = 2010,
end_year = 2020
)
# }
Run the code above in your browser using DataLab