Skip to contents

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

Usage

get_historicalrecorders(...)

Value

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

Examples

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