get_tides: Returns high and low tide information for a specified Station...

Description Usage Arguments Examples

View source: R/get_tides.R

Description

Returns a tibble containing data on high and low tides for the specified duration (1 - 7 days)

Usage

1
get_tides(api_key, station_id, duration = 1)

Arguments

api_key

a valid Admirality API Key. The function will load in your API key.

station_id

a valid station ID. Can be found by using get_tidal_stations() or find_closest_tide_station()

duration

duration in days over which to return tide data. Must be >=1 or <=7.

Examples

1
find_closest_site(station_id = "0114", duration = 3)

simon-tarr/uk.tides documentation built on March 29, 2020, 9:21 p.m.