Kyle Walker
Kyle Walker
This is excellent and I'll pull down and review - this will really modernize the package. Let me know when you think it's ready to merge. I don't mind using...
Thanks @elipousson - just need to get a couple projects behind me and I should be able to go through this in early June. Thanks for your work on this!
A test suite would be great; @mfherman and I discussed this a while back here: https://github.com/walkerke/tidycensus/issues/83#issuecomment-575857602. If there is anyone in the user community interested in making this contribution to...
Thanks @zross for the heads up! I'll think about how to handle this; I see a couple directions. One would be to convert to `NA`; the other would be to...
Handling with an error for now: https://github.com/walkerke/tidycensus/blob/master/R/pums.R#L99-L106. Need to think through a better solution, though.
Yeah - I'd like to come up with some sort of solution, though it seems like it'd be a novel one as I don't see PUMA reconciliation done by Census...
@elisemarie1120 This doesn't have anything to do with PUMA geographies I don't think; see #560 . Try re-installing from GitHub with `remotes::install_github("walkerke/tidycensus")` and see if your code now runs, I...
Thanks for your note! It doesn't appear that 157 and 158 are available via the API (see https://api.census.gov/data/2018/acs/acs5/geography.html). 155 is available though it would require building a new geography hierarchy...
Yes it does! I'll clarify this in the docs.
@mhpob in that example, we are referring to the layer specifically as we add it to the map - so we won't want to change that / can leave that...