if (FALSE) {
result <- get_gho_data(
code = "MDG_0000000001"
)
print(result, width = Inf)
result <- get_gho_data(
code = "MDG_0000000001",
filter = list(
REGION = "EUR",
YEAR = 2015
)
)
print(result, width = Inf)
}
Run the code above in your browser using DataLab