if (FALSE) {
## request data of the current day of station with hystreetId 71
get_hystreet_station_data(71)
## request data of December 2018 with resolution "day"
get_hystreet_station_data(
hystreetId = 71,
query = list(from = "2018-12-01", to = "2018-12-31", resolution = "day"))
}
Run the code above in your browser using DataLab