View source: R/lwdataFunctions.R
getFlowcamData | R Documentation |
Retrieves the aggregated flowcam data from the LifeWatch project.
getFlowcamData(startdate, stopdate, params = FALSE, ...)
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. |
Dataframe with the aggregated flowcam-data within the specified daterange.
getFlowcamData("2020-04-19", "2020-04-21") # Only data
getFlowcamData("2020-04-19", "2020-04-21", TRUE) # Data + query parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.