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