get_sensors: Retrieve list of available sensors for given station from...

Description Usage Arguments Value Examples

View source: R/get_sensors.R

Description

Retrieve list of available sensors for given station from GIOS API

Usage

1
get_sensors(stationId)

Arguments

stationId

id of a station

Value

data.frame all sensors available for a given station

Examples

1
2
3
4
5
6
## Not run: 
stations <- get_stations()
subset(stations, city.name == "Wroc<c5><82>aw")
get_sensors(129)

## End(Not run)

psobczyk/giosAPI documentation built on May 26, 2019, 10:33 a.m.