execute_JSON: Performs data acquisition from data received from JSON

Description Usage Arguments Examples

Description

Performs data acquisition from data received from JSON

Usage

1
execute_JSON(port, timeout = 10, return_JSON = FALSE)

Arguments

port

numeric (required): Number of the port

timeout

integer (optional): the timeout (in seconds) to be used for this connection.

return_JSON

logical (optional): return JSON object? Default: FALSE (data.frame returned)

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
##==========================================
## Example 1: read data from JSON connecntion
##==========================================

data <- execute_JSON(port = 5555)
## start HyperIMU app


## End(Not run)

JohannesFriedrich/HypeRIMU documentation built on May 14, 2019, 2:39 p.m.