{streetlightR}
streetlightR
streetlightR is an R wrapper for StreetLight Data’s InSight® API that makes it easier for users to create analyses, upload zone sets, fetch results, and more.
To get a sense for what you can do with this package, see our presentation to the StreetLight API users group in November 2022.
Installation
remotes::install_github("Metropolitan-Council/streetlightR")
StreetLight API
StreetLight Data offers a limited-feature API for subscribers. Contact StreetLight support to request an API key and documentation access.
API key management
Contact StreetLight Data support to request an API key. Then, use streetlight_api_key()
to save the key for future use.
library(streetlightR)
streetlight_api_key(key = "9999999", install = TRUE)