if (FALSE) {
# make geography
la_geo <- acs::geo.make(state= "CA", county= "Los Angeles")
# pull data
la_dat <- pull_acs_basetables(endyear= 2015, span= 1, geography= la_geo,
table_vec= c("B01001", "B01002", "B01003"))
}
Run the code above in your browser using DataLab