Description Usage Arguments Value Examples
View source: R/tigris-extract.R
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
1 | 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.
1 2 3 4 5 | ## Not run:
tigris_out <- tigris_extract(tig_res = '5m', tig_year = 2019,
tig_cb = FALSE, tig_crs = 4326)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.