# Return a list, and then use getCensus function to retrieve those variables
if (FALSE) {
myvars <- makeVarlist(name = "timeseries/poverty/saipe",
find = "Ages 0-4",
varsearch = "label")
myvars
saipe_dt <- getCensus(name = "timeseries/poverty/saipe",
time = 2016,
vars = myvars,
region = "state:*")
head(saipe_dt)
}
Run the code above in your browser using DataLab