I am trying to pull 1960 and 1970 county population data counts using tidycensus, but I don’t know what the ‘datasets’ parameter should be. Can tidycensus access census data from these earlier census tabulations? If so, how can I call a specific dataset? The code I am using is below, but I keep getting an error.
varlist60<-load_variables(1960, "STF1")