sinaica_station_dates {rsinaica} | R Documentation |
Dates supported by a station
Description
Start date and end date of the range for which SINAICA has data for an air quality station
Usage
sinaica_station_dates(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 vector containing the date the station started reporting and end reporting date
Examples
## id 271 is Xalostoc. See `stations_sinaica`
df <- sinaica_station_dates(271, "Manual")
head(df)
[Package rsinaica version 1.1.0 Index]