datalab-dev / graves-endocrine_surgeons

Claire Graves' 2022 collaboration to identify access to endocrine surgery centers
GNU General Public License v3.0
1 stars 1 forks source link

Updated code for vector dataset section #31

Closed alisonsnwong closed 1 year ago

alisonsnwong commented 1 year ago

I also have a census_df.csv saved of all the data pulled from tidycensus of our variables to bypass the tidycensus read_census_variable_csv() function if it's taking too long. I will put the CSV into the google drive in census_data as the file is too large for GitHub.

alisonsnwong commented 1 year ago

Updated the code for using the census_df.csv (instead of loading the tidycensus function). Added a line that adds a leading 0 if the GEOID number has 10 digits so it could be joined with the isochrone dataset correctly.