Description Usage Arguments Examples
Extract sepcific sensor from data
| 1 | 
| data | data.frame (required): data.frame from execute_file or execute_TCP. Note: Case sensitive | 
| 1 2 3 4 5 6 7 8 9 | ##=====================================
## Example 1: extract sepcific sensor
##=====================================
file <- system.file("extdata", "short_y_impulse.csv", package="HypeRIMU")
data <- execute_file(file, timestamp = TRUE)
MPL_Linear_Acceleration <- get_allSensors(data)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.