sinaica_station_params {rsinaica} | R Documentation |
Parameters supported by a station
Description
List of air quality parameters of a measuring station for which SINAICA has data
Usage
sinaica_station_params(station_id, type = "Crude")
Arguments
station_id |
the numeric code corresponding to each station. See
|
type |
The type of data to download. One of the following:
|
Value
a data.frame with the parameters supported by the station
Examples
## id 271 is Xalostoc. See `stations_sinaica`
df <- sinaica_station_params(271, "Crude")
head(df)
[Package rsinaica version 1.1.0 Index]