get_element {consibiocloudclient} | R Documentation |
Get element information
Description
Get the element information from Consibio APIs.
Usage
get_element(element_id = NULL)
Arguments
element_id |
The element id. |
Details
See details in https://api.v2.consibio.com/api-docs/#/default/get_projects__project_id__elements__entity_id_
Value
A matrix with the element information.
Examples
## Not run:
get_element(element_id = "{element_id}")
## End(Not run)
[Package consibiocloudclient version 1.0.0 Index]