Description Usage Arguments Examples
Performs data acquisition from data received from JSON
1 | execute_JSON(port, timeout = 10, return_JSON = FALSE)
|
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) |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.