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