get_project {consibiocloudclient}R Documentation

Get project information

Description

Get the project information from Consibio APIs.

Usage

get_project(project_id = NULL)

Arguments

project_id

The project id (optional).

Details

See details in https://api.v2.consibio.com/api-docs/#/default/get_project

Value

A matrix with the project information.

Examples

## Not run: 
get_project(project_id = "{project_id}")

## End(Not run)

[Package consibiocloudclient version 1.0.0 Index]