Skip to contents

Wrapper around the 'recorderlogs_list' endpoint to retrieve a list of recorder logs based on the specified query parameters.

Usage

get_recorderlogs(...)

Value

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

Examples

# Retrieve a dataframe of recorder logs for project '017_neeri'
if (FALSE) { # \dontrun{
get_recorderlogs(project_name = "017_neeri")
} # }