Retrieves the aggregated flowcam data from the LifeWatch project.
getFlowcamData(startdate, stopdate, params = FALSE, ...)
Dataframe with the aggregated flowcam-data within the specified daterange.
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