incident_details: Traffic incidents

Description Usage Arguments Examples

View source: R/traffic.R

Description

Traffic incidents

Usage

1
incident_details(left, bottom, right, top)

Arguments

left

Left edge of bounding box.

bottom

Bottom edge of bounding box.

right

Right edge of bounding box.

top

Top edge of bounding box.

Examples

1
2
3
4
5
6
#' library(tomtom)

TOMTOM_API_KEY = Sys.getenv("TOMTOM_API_KEY")
set_api_key(TOMTOM_API_KEY)

incidents <- incident_details(23.4, 37.9, 24.0, 38.2)

datawookie/tomtom documentation built on Dec. 19, 2021, 9:03 p.m.