getsigns: Search Wikispeedia for speed limit signs.

Description Usage Arguments Value Examples

Description

Search Wikispeedia for speed limit signs.

Usage

1
2
getsigns(nelat = NA, swlat = NA, nelng = NA, swlng = NA,
  curl = getCurlHandle(), ...)

Arguments

nelat

Northeastern latitude bounding point.

swlat

Southwestern latitude bounding point.

nelng

Northeastern longitude bounding point.

swlng

Southwestern longitude bounding point.

curl

curl handle

...

More args passed on to getForm()

Value

Data frame of speed limit signs with label, lat, long, mph, kph, cog, and alt_meters.

Examples

1
2
3
4
## Not run: 
getsigns(35.198676, 35.194676, -89.56558, -89.56958)

## End(Not run)

sckott/rwikispeedia documentation built on May 29, 2019, 4:05 p.m.