R/tigris-transform.R
tigris_transform.Rd
Transforms the TIGER/Line Files and Shapefiles for US States, US Counties, and US military lines for a given year, and resolution, in preparation for loading/modeling purposes
tigris_transform( 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, transformed for loading/modeling purposes.
if (FALSE) { tigris_out <- tigris_transform(tig_res = '5m', tig_year = 2019, tig_cb = FALSE, tig_crs = 4326) }