Skip to contents

Useful for looking up most recent available data to avoid errors in analysis creation.

Usage

check_date_range(key = NULL, travel_mode_type = "All_Vehicles", country = "US")

Arguments

key

character, StreetLight API key. Default is NULL.

travel_mode_type

character, All_Vehicles, Truck, Bicycle, or Pedestrian. Default is All Vehicles

country

character, one of "US" or "CA". Default is "US".

Value

tibble::tibble with columns travel_mode_type, start_date, and end_date.

Examples

if (FALSE) {
library(streetlightR)
check_date_range()
}