You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's right. Estimates for Puerto Rico are contained in a separate dataset so tidycensus doesn't support that yet. The older estimates on the API (2019 and earlier) don't have the same limitations. I'd welcome a PR to add Puerto Rico support!
The code below does not display data:
get_estimates( geography = "county", product = "population", variables = "all", state = "PR", time_series = T, vintage = 2022 )
while the following works as expected:
get_estimates( geography = "county", product = "population", state = "PR", time_series = T, vintage = 2019 )
tidycensus 1.6.5,
R 4.4.1
Thanks in advance.
The text was updated successfully, but these errors were encountered: