get_senseBox_info: Get info about one senseBox. You will receive information...

Description Usage Arguments Value Function version Author(s) Examples

View source: R/get_senseBox_info.R

Description

Get info about one senseBox. You will receive information about a senseBox, e.g., the different sensors.

Usage

1
get_senseBox_info(senseBoxId, parallel = FALSE, tidy = FALSE)

Arguments

senseBoxId

character or vector of 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?

Value

A data.frame

Function version

0.0.1

Author(s)

Johannes Friedrich

Examples

1
2
3
4
5
##=====================================
## Example: get data from one senseBox
##=====================================

get_senseBox_info("593acaa66ccf3b00116deb0f")

JohannesFriedrich/senseBox documentation built on Nov. 8, 2021, 3:02 p.m.