getUnderwayData: Retrieve Underway-data from the LifeWatch project

View source: R/lwdataFunctions.R

getUnderwayDataR Documentation

Retrieve Underway-data from the LifeWatch project

Description

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.

Usage

getUnderwayData(startdate, stopdate, by, params = FALSE, ...)

Arguments

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.

Value

Dataframe with the specified data.

Examples

getUnderwayData("2021-03-15", "2021-04-13", "1 day")
getUnderwayData("2021-03-15", "2021-04-13", "60 min", params = TRUE)

lifewatch/lwdataexplorer documentation built on Aug. 24, 2024, 12:35 a.m.