R/get_senseBox_info.R
get_senseBox_info.Rd
Get info about one senseBox. You will receive information about a senseBox, e.g., the different sensors.
get_senseBox_info(senseBoxId, parallel = FALSE, tidy = FALSE)
senseBoxId | |
---|---|
parallel | logical (optional): Should the calculations be executed on multiple cores? At least 4 cores are necessary to activate this feature. |
tidy | logical (optional): Should the output be a tidy data frame? |
0.0.1
Johannes Friedrich
##===================================== ## Example: get data from one senseBox ##===================================== get_senseBox_info("593acaa66ccf3b00116deb0f") #> X_id createdAt updatedAt #> 1 593acaa66ccf3b00116deb0f 2017-06-09 16:19:50 2019-05-13 06:17:24 #> name grouptag exposure model #> 1 Kant-Gymnasium Boppard 1 kgb indoor custom #> description #> 1 Die Sensebox misst das "Klima" in einem Nebenraum des Kant-Gymnasiums, bis ein geeigneter Standort außerhalb des Gebäudes eingerichtet ist.\nDer Luftdrucksensor ist noch nicht richtig kallibriert. #> lastMeasurementAt #> 1 2019-05-13T06:17:24.068Z #> phenomena unit #> 1 Temperatur, Luftfeuchtigkeit, Luftdruck, UV-Strahlung °C, %, hpa, µW/cm² #> sensorIds #> 1 593acaa66ccf3b00116deb10, 593acaa66ccf3b00116deb11, 594a1922a4ad59001148069c, 594a1a8da4ad5900114816a0 #> sensorType long lat #> 1 HDC100X, HDC100X, BMP280, VEML6070 7.601292 50.23087