Get info (Ids) from sensors of a senseBox

get_senseBox_sensor_info(senseBoxId, parallel = FALSE, tidy = FALSE)

Arguments

senseBoxId

character (required): senseBoxId

parallel

logical (optional): Should the calculations be executed on multiple cores? At least 4 cores are necessary to use this feature.

tidy

logical (optional): Should the output be a tidy data frame?

Value

A data.frame with coloumns "name", "phenomena", "unit", "sensorIds", "sensorType".

Function version

0.0.1

Author

Johannes Friedrich

Examples


##=========================================
## Example: get senosorIds from one sensBox
##=========================================

get_senseBox_sensor_info("593acaa66ccf3b00116deb0f")
#>                       name
#> 1 Kant-Gymnasium Boppard 1
#>                                               phenomena               unit
#> 1 Temperatur, Luftfeuchtigkeit, Luftdruck, UV-Strahlung °C, %, hpa, µW/cm²
#>                                                                                                sensorIds
#> 1 593acaa66ccf3b00116deb10, 593acaa66ccf3b00116deb11, 594a1922a4ad59001148069c, 594a1a8da4ad5900114816a0
#>                           sensorType
#> 1 HDC100X, HDC100X, BMP280, VEML6070