View source: R/Read_IMU_Utils.R
check_second | R Documentation |
Check if the IMU data start on an exact second
check_second(AG)
AG |
a dataframe of IMU data |
A (possibly shortened) version of the input data frame, which starts on the first sample of the first full second of data
data(imu_to_check) sec_check <- check_second(imu_to_check) head(sec_check)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.