Description Usage Arguments Examples
View source: R/participant_sensor_data.R
This function extracts data for a given 3d sensor for a given time spawn.
1 2  | get_sensor_data(db, session.id = 0, sensor.id = 0, start.time = 0,
  end.time = 0)
 | 
db | 
 dbyplr database handle  | 
session.id | 
 session to be analysed  | 
sensor.id | 
 sensor to be analysed  | 
start.time | 
 beginning of time segment  | 
end.time | 
 end of time segment, ignored if 0.  | 
1  | data <- get_sensor_data(db,  session.id = 0, sensor.id = 0, start.time=0, end.time=0)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.