View source: R/lwdataFunctions.R
getUnderwayData | R Documentation |
Retrieves the data collected by the MIDAS underway continuous sampling system on the RV Zeeleeuw and RV Simon Stevin as part of the LifeWatch project.
getUnderwayData(startdate, stopdate, by, params = FALSE, ...)
startdate |
Starting date for the query |
stopdate |
Stopping date for the query |
by |
Time grouping for data aggregation, one of ("1 day","60 min","10 min","1 min") |
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 specified data.
getUnderwayData("2021-03-15", "2021-04-13", "1 day")
getUnderwayData("2021-03-15", "2021-04-13", "60 min", params = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.