View source: R/latest-dev-obs.R
latest_device_observation | R Documentation |
Get the latest observation from one of your devices.
latest_device_observation(device_id, pat = tempest_pat())
device_id |
(chr) device id |
pat |
see |
The observations are not named but are in this order:
list with device metadata, configured, units and point-in-time observation
## Not run: st <- tempest_station_meta() latest_device_observation(st$stations$devices[[1]]$device_id[2])$obs ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.