archive_fetch_measurements | R Documentation |
fetch measurements from archive from a single box, and a single sensor
archive_fetch_measurements(box, sensorId, fromDate, toDate, progress)
box |
A sensebox data.frame with a single box |
sensorId |
Character specifying the sensor |
fromDate |
Start date for measurement download, must be convertable via 'as.Date'. |
toDate |
End date for measurement download (inclusive). |
progress |
whether to print progress |
A tbl_df
containing observations of all selected sensors for each time stamp.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.