I'm working on a survey that we are missing some demographic information on. My advisor geocoded my database and gave me back everyone's census_block_group_id_2010
and census_track_2010
however he didnt explain how to link this database to tidycensus (using program R). All the guides im seeing are how to pull data at a city, state, federal level, but I want the data for these specific IDs. (ex: census_track_2010 = 3.1109E+11)
There are 7500 of them, so I'd rather do the whole Excel file and not each ID individually. Apologies for the vagueness of the question, as prior to today I've never heard of tidycensus or how it works.
Thank you