Skip to contents

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

Usage

get_recordergroups(...)

Arguments

...

query paramaters. Leave empty to get all recordergroups. See https://api.ecopi.de/api/docs/#tag/v0.1/operation/v0.1_recordergroups_list.

Value

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

Examples

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