Skip to contents

Wrapper around the 'projects_retrieve' endpoint to retrieve information about a specific project.

Usage

get_project_info(project_name)

Arguments

project_name

Name of the project.

Value

A list containing information about the specified project: https://api.ecopi.de/api/docs/#tag/v0.1/operation/v0.1_projects_list.

Details

This function retrieves information about a specific project, based on the project name provided in the 'project_name' parameter.

Examples

# Retrieve information about the '017_neeri' project
if (FALSE) { # \dontrun{
get_project_info(project_name = "017_neeri")
} # }