Skip to contents

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

Usage

get_recorders(...)

Value

A dataframe containing the recorders that match the specified query parameters: https://api.ecopi.de/api/docs/#tag/v0.1/operation/v0.1_recorders_list.

Examples

# Retrieve a list of recorders for project '017_neeri'
if (FALSE) { # \dontrun{
get_recorders(project_name = "017_neerach_ried")
} # }