R/tigris-extract.R
tigris_extract.Rd
Extracts the TIGER/Line Files and Shapefiles for US States, US Counties, and US military lines for a given year, and resolution, in preparation for transform purposes
tigris_extract(tig_res = "5m", tig_year = 2019, tig_cb = FALSE, tig_crs = 4326)
tig_res | (character) : The resolution of the cartographic boundary
file (if |
---|---|
tig_year | (integer) : The year for which you want to download the |
tig_cb | (logical) : If cb is set to |
tig_crs | (integer) : The Coordinate Reference System (CRS) system with default value of 4326 |
(list) : A list of shapefiles with cleaned up column names for US States, US Counties, and US military lines for a given year, and resolution, with cleaned column names, ready for modeling transformations.
if (FALSE) { tigris_out <- tigris_extract(tig_res = '5m', tig_year = 2019, tig_cb = FALSE, tig_crs = 4326) }