View source: R/lwdataFunctions.R
getBuoyData | R Documentation |
Retrieves the aggregated buoy data from the LifeWatch project.
getBuoyData(startdate, stopdate, stations, params = FALSE, ...)
startdate |
Starting date for the query |
stopdate |
Stopping date for the query |
stations |
list of stations to be included in the query, currently list c("Buoy at C-Power","Spuikom Sluice","Buoy in Spuikom", "Ostend Research Tower"). Use |
params |
If TRUE, returns a list with the dataset and the query parameters applied in the server side. IF FALSE returns only the data. |
... |
Reserved for internal use. |
Dataframe with the buoy-data within the specified daterange and location.
getBuoyData("2021-03-19", "2021-04-21", "All")
getBuoyData("2021-03-19", "2021-04-21", "Buoy at C-Power", TRUE)
getBuoyData("2021-03-19", "2021-04-21", c("Spuikom Sluice", "Buoy in Spuikom",
"Ostend Research Tower"), TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.