noaa.parameters {VulnToolkit} | R Documentation |
Reports data available for a NOAA station
Description
Reports data available for a NOAA station
Usage
noaa.parameters(stn = 8467150)
Arguments
stn |
NOAA station number (note that station names are not yet acceptable inputs). Default station is Bridgeport, CT. |
Details
noaa.parameters
reports the parameters (meteorological
and tidal) available for a specified NOAA station.
Value
a dataframe with parameters and associated start and end
dates. Where a parameter's availability is not continuous, multiple
rows are reported. This function can be used to, for example, select
meteorological parameters to include in calls to noaa
See Also
Examples
## Not run:
# examples require internet connection
noaa.parameters()
LA.stns <- noaa.stations(state = "LA")
noaa.parameters(LA.stns$number[1])
## End(Not run)
[Package VulnToolkit version 1.1.4 Index]