Retrieves the aggregated flowcam data from the LifeWatch project.

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
#> - Query mode: Post request to OpenCPU server
#> No encoding supplied: defaulting to UTF-8.
#> Warning: No data returned
#> - Query parameters: 
#>    - daterange: c("2020-04-19", "2020-04-21")
#>    - type: FlowCam data
#> NULL
getFlowcamData("2020-04-19", "2020-04-21", TRUE) # Data + query parameters
#> - Query mode: Post request to OpenCPU server
#> No encoding supplied: defaulting to UTF-8.
#> Warning: No data returned
#> - Query parameters: 
#>    - daterange: c("2020-04-19", "2020-04-21")
#>    - type: FlowCam data
#> NULL