Skip to contents

Wrapper around the 'historicalrecordergroups_list' endpoint to retrieve a list of recorder groups based on the specified query parameters. This contains the configurations and species list

Usage

get_historicalrecordergroups(...)

Value

A list containing the historical recorder groups that match the specified query parameters: https://api.ecopi.de/api/docs/#tag/v0.1/operation/v0.1_historicalrecordergroups_list.

Examples

# Retrieve a data frame of historical recorder groups for project 'oekofor'
if (FALSE) { # \dontrun{
get_historicalrecordergroups(project_name = "oekofor")
} # }