## Code Example # Load the `tigris` package library(tigris) # Use the `tracts`` function to download all tracts in a specific state and ounty tr_WI_Winnebago <- tigris::tracts( state = "WI", # Specify state county = "Winnebago", # Specify county year = 2019, # Specify year cb = FALSE) # Specify cartographic boundary (True) or TIGER Line/Shapefile (False) # In Alteryx, urite out to output anchors # write.Alteryx(tr_WI_Winnebago, 1)