ll_get_devices_cloud_state | R Documentation |
Get state from the particle cloud for devices.
ll_get_devices_cloud_state(
devices = ll_get_devices(group_id = group_id, con = con),
group_id = default(group_id),
con = default(con),
access_token = default(access_token),
convert_to_TZ = Sys.timezone(),
spread = FALSE,
quiet = default(quiet)
)
devices |
data frame with devices for which to get cloud info, by default all devices associated with the group |
access_token |
the access token for the accout |
convert_to_TZ |
if provided, converts the log_datetime to the provided timezone (by default the local one stored in |
spread |
whether to convert the state data into wide format (note that this combines value and units columns!) |
nested data frame (converted from JSON)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.