Count of detections & sum of recorded minutes per user defined interval for a project.
Source:R/api.R
get_aggregations_project_time_series.Rd
Wrapper around the 'aggregations_project_time_series' endpoint to retrieve a count of detections & sum of recorded minutes per user defined interval for a project.
Arguments
- project_name
Name of the project to get a count on detetcions
- ...
query paramaters. See https://api.ecopi.de/api/docs/#tag/v0.2/operation/v0.2_aggregations_projects_time_series_retrieve
Value
A list of meta information of the api request and a dataframe of the counts of detections for a specified project and interval (stored in the list "$result"): https://api.ecopi.de/api/docs/#tag/v0.2/operation/v0.2_aggregations_projects_recorders_time_series_retrieve.