Skip to contents

Wrapper around the 'detections_list' endpoint to retrieve a list of detections based on the specified query parameters.

Usage

get_detections(...)

Value

A data.frame containing the detections that match the specified query parameters: https://api.ecopi.de/api/docs/#tag/v0.1/operation/v0.1_detections_list

Examples

# Retrieve a list of detections for project '017_neeri' that occurred in March (month=3)
if (FALSE) { # \dontrun{
get_detections(project_name = "017_neeri", datetime__month = 3)
} # }