Skip to contents

Wrapper around the 'recordings_list' endpoint to retrieve a dataframe of recordings based on the specified query parameters.

Usage

get_recordings(...)

Value

A data.frame containing the recordings that match the specified query parameters: https://api.ecopi.de/api/docs/#tag/v0.1/operation/v0.1_recordings_list

Examples

# Retrieve a list of recordings for project '017_neeri' that occurred in March (month=3)
if (FALSE) { # \dontrun{
get_recordings(project_name = "017_neeri", datetime__month = 3)
} # }