delsigns: Delete Wikispeedia speed limit signs.

Description Usage Arguments Value Examples

Description

Delete Wikispeedia speed limit signs.

Usage

1
2
delsigns(nelat = NA, swlat = NA, nelng = NA, swlng = NA,
  style = "POST", 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

style

"GET" or "POST"

Value

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

Examples

1
2
3
4
## Not run: 
delsigns(63.27, 59.03, -113, -121.29)

## End(Not run)

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