getFlowcamData: Retrieve flowcam-data from the LifeWatch project

View source: R/lwdataFunctions.R

getFlowcamDataR Documentation

Retrieve flowcam-data from the LifeWatch project

Description

Retrieves the aggregated flowcam data from the LifeWatch project.

Usage

getFlowcamData(startdate, stopdate, params = FALSE, ...)

Arguments

startdate

Starting date for the query

stopdate

Stopping date for the query

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 aggregated flowcam-data within the specified daterange.

Examples

getFlowcamData("2020-04-19", "2020-04-21") # Only data
getFlowcamData("2020-04-19", "2020-04-21", TRUE) # Data + query parameters

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