Get sensor Ids from senseBoxId
get_senseBox_sensor_Ids(senseBoxId, parallel = FALSE, tidy = FALSE)
senseBoxId | character (required): 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 senosorIds from one sensBox ##===================================== get_senseBox_sensor_Ids("593acaa66ccf3b00116deb0f") #> name #> 1 Kant-Gymnasium Boppard 1 #> phenomena #> 1 Temperatur, Luftfeuchtigkeit, Luftdruck, UV-Strahlung #> sensorIds #> 1 593acaa66ccf3b00116deb10, 593acaa66ccf3b00116deb11, 594a1922a4ad59001148069c, 594a1a8da4ad5900114816a0 #> sensorType #> 1 HDC100X, HDC100X, BMP280, VEML6070