Description Usage Arguments Value See Also Examples
View source: R/get_availability.R
Consults the NOAA metadata API for your selected station, and queries it for information on the station's (standard time) timezone offset from UTC.
1 |
.station |
Code for NOAA tide station. |
.type |
Either 'offset' for an integer value offset from UTC, or |
Either an integer for .type = 'offset'
) or a string
(‘.type = ’string')of specifying a time zone offset, of the form
'Etc/GMT+X', where X is an integer. This string form is likely to
only work correctly for the western hemisphere, and has not been
tested elsewhere. U.S Eastern Standard Time is offset == -5,
or 'Etc/GMT+5'
Other station information access functions:
get_availability()
,
get_datums()
,
get_epoch()
,
get_hat()
,
get_sl_trend()
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.