get_project {consibiocloudclient} | R Documentation |
Get the project information from Consibio APIs.
get_project(project_id = NULL)
project_id |
The project id (optional). |
See details in https://api.v2.consibio.com/api-docs/#/default/get_project
A matrix with the project information.
## Not run:
get_project(project_id = "{project_id}")
## End(Not run)