Description Usage Arguments Value See Also Examples
View source: R/get_availability.R
Retrieve period of operation of a NOAA Tide Station
1 | get_availability(.station)
|
.station |
The code specifying the station of interest. |
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.
Other station information access functions:
get_datums()
,
get_epoch()
,
get_hat()
,
get_sl_trend()
,
get_tz()
1 2 | Providence_station <- 8454000
get_availability(Providence_station)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.