load_timing_data: Internal utility for loading timing file

Description Usage Arguments Value

View source: R/fct_input_and_process.R

Description

load_timing_data loads the selected timing information for the targeted file. The timing file must be formatted in such a way that the first column represents the file ID, and each column matches the start and stop of sequential tasks/conditions of interest. Accepts tab-delimited .txt or .csv formats.

Usage

1
load_timing_data(file_name = NULL, case_id = NULL)

Arguments

file_name

is of type character and represents the filepath containing timing information for the PPG file of interest, with the first column being a unique identifier.

case_id

is of type character and represents the unique identifier for the target PPG file. The value is used to match the correct timing information to the target PPG file.

Value

returns a vector of time stamps that correspond to the start and stop time codes for tasks/conditions of interest


dr-consulting/ibi_VizEdit documentation built on Jan. 1, 2021, 12:04 a.m.