.create_hystreet_request {hystReet} | R Documentation |
Create request to Hystreet API
Description
Create request to Hystreet API
Usage
.create_hystreet_request(API_key = NULL, hystreetId = NULL, query = NULL)
Arguments
API_key |
[character]: API key to get access to Hystreet API |
hystreetId |
[integer]: Id of a hystreet location |
query |
[list]: Querys to get data for specific date. Use with argument path = c("from", "to", "resolution"). |
Value
[data.frame] with parsed data from hystreet API
Function version
0.0.3
Author(s)
Johannes Friedrich, Yannik Buhl
[Package hystReet version 0.0.3 Index]