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

Examples

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


paulhibbing/AGread documentation built on Sept. 17, 2022, 2:37 a.m.