Hi there @madsgeocoding - if you want to return geographic data, you can do that with cxy_geocode()
's return
argument. You'll need to identify a valid vintage, which you can identify using cxy_vintages()
. If you pick a recent vintage, you should be able to return 2020 tract boundaries.
One thing to note about how censusxy
operates - it's just a window into what the Census Bureau offers through their API. If you want to do specific types of spatial joins, another option is to geocode your data to locations rather than geographies, and then us sf
to complete your join.