define_region {impactr} | R Documentation |
Define region of interest
Description
Define the region of interest for data analysis based on the accelerometer data timestamp.
Usage
define_region(data, start_time, end_time)
Arguments
data |
An |
start_time , end_time |
A character string with the start and end times of the region of interest in the "YYYY-MM-DD HH:MM:SS" format. |
Value
An object of class impactr_data
.
Examples
data <- read_acc(impactr_example("hip-raw.csv"))
define_region(
data, start_time = "2021-04-06 15:45:00", end_time = "2021-04-06 15:46:00"
)
[Package impactr version 0.4.2 Index]