Skip to contents

Wrapper around the 'aggregations_project_recorders_count_detections_project_recorder_recordings' endpoint to retrieve a count of detections for each recorder and grouped by recording.

Usage

get_recorders_count_detections_project_recorder_recordings(
  project_name,
  recorder_field_id,
  ...
)

Arguments

project_name

Name of the project to get a count on detetcions class and recorder

recorder_field_id

Recorder field ID

...

query paramaters. See https://api.ecopi.de/api/docs/#tag/v0.2/operation/v0.2_aggregations_projects_recorders_recordings_count_detections_retrieve

Value

A summary containing species counts per recorder per recording within a project that match the specified query parameters: https://api.ecopi.de/api/docs/#tag/v0.2/operation/v0.2_aggregations_projects_recorders_recordings_count_detections_retrieve.

Examples

# Retrieve a count of detections for each ecoPi at each recording. (Project x , with 3 ecoPi'S is scheduled to record at 10 times per day. I want to extract a count of detections for each ecoPi and each scheduled recording session )
if (FALSE) { # \dontrun{
get_recorders_count_detections_project_recorder_recordings(project_name = "pam_in_chemnitz",recorder_field_id = 1)
} # }