Learn R Programming

VulnToolkit (version 1.1.4)

noaa.parameters: 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.

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

Details

noaa.parameters reports the parameters (meteorological and tidal) available for a specified NOAA station.

See Also

noaa

Examples

Run this code
# NOT RUN {
# examples require internet connection
noaa.parameters()
LA.stns <- noaa.stations(state = "LA")
noaa.parameters(LA.stns$number[1])
# }

Run the code above in your browser using DataLab