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