findRoads: Find US Census Bureau TIGER Road Networks

Description Usage Arguments Value Author(s) Examples

View source: R/findRoads.R

Description

findRoads returns a SpatialLinesDataFrame of TIGER road networks cropped to an Area of Interest. This dataset is accessed through the US Census geo portal and contains the following attributes:

Usage

1

Arguments

AOI

A Spatial* or simple features geometry, can be piped from getAOI

Value

a list() of minimum length 2: AOI and tiger

Author(s)

Mike Johnson

Examples

1
2
3
4
## Not run: 
AOI  = getAOI(clip = list("UCSB", 10, 10)) %>% findRoads()

## End(Not run)

mikejohnson51/HydroData documentation built on May 29, 2019, 2:34 p.m.