if (FALSE) {
## Requesting table 1419 (Consumer Price Index - IPCA) from the API
ipca <- get_sidra(1419,
variable = 69,
period = c("201212","201401-201412"),
geo = "City",
geo.filter = list("State" = 50))
## Urban population count from Census data (2010) for States and cities of Southest region.
get_sidra(1378,
variable = 93,
geo = c("State","City"),
geo.filter = list("Region" = 3, "Region" = 3),
classific = c("c1"),
category = list(1))
## Number of informants by state in the Inventory Research (last data available)
get_sidra(api = "/t/254/n1/all/n3/all/v/151/p/last%201/c162/118423/c163/0")
}
Run the code above in your browser using DataLab