check_second: Check if the IMU data start on an exact second

View source: R/Read_IMU_Utils.R

check_secondR Documentation

Check if the IMU data start on an exact second

Description

Check if the IMU data start on an exact second

Usage

check_second(AG)

Arguments

AG

a dataframe of IMU data

Value

A (possibly shortened) version of the input data frame, which starts on the first sample of the first full second of data

Examples

data(imu_to_check)
sec_check <- check_second(imu_to_check)
head(sec_check)


AGread documentation built on Sept. 13, 2022, 5:06 p.m.