Description Usage Arguments Value
View source: R/model_tidal_heights.R
Function to predict the tidal height in a specified site at a user specified time
1 | tide_height(start_date, end_date, location = "all", site_id, user_time = NULL)
|
start_date |
date in the format "yyyy-mm-dd" (e.g. "2018-12-01") |
end_date |
date in the format "yyyy-mm-dd" (e.g. "2018-12-01") |
location |
to chose the web site to get the tidal information, Fr,Ca or all |
site_id |
code for the tidal site (check the site url to find the code of the tidal station) |
user_time |
the specific time to determine the tidal height |
a dataframe with the tide times corrected to UTC, the tidal height and if they correspond to high tide (PM) or low tide (BM)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.