get_availability: Retrieve period of operation of a NOAA Tide Station

Description Usage Arguments Value See Also Examples

View source: R/get_availability.R

Description

Retrieve period of operation of a NOAA Tide Station

Usage

1
get_availability(.station)

Arguments

.station

The code specifying the station of interest.

Value

A list with two components: $firstyr and $lastyr for the year the station was established (not when its current configuration was put into place) and pulled from service, respectively. If the station is still in service, $lastyr will return the current year.

See Also

Other station information access functions: get_datums(), get_epoch(), get_hat(), get_sl_trend(), get_tz()

Examples

1
2
 Providence_station <- 8454000
 get_availability(Providence_station)

ccb60/SLRSIM documentation built on Jan. 21, 2022, 1:31 a.m.