grab_shapefiles: Download TIGER Shapefiles

Description Usage Arguments Examples

Description

Downlaod shapefiles for a state based on the state abbreviation.

Usage

1
grab_shapefiles(state_abbrv)

Arguments

state_abbrv

The standard two-letter state abbreviation

Examples

1
2
3
4
MN = grab_shapefiles("MN")
Mayo_shapefiles = grab_shapefiles(c("MN", "WI"))
plot(Mayo_shapefiles) # Be careful, this is slow!
whole_us = grab_shapefiles("everything")

nancyorgan/fips.tools documentation built on May 10, 2019, 12:10 a.m.