Learn R Programming

rprime (version 0.1.0)

make_ranges: Check Eprime log-frame line ranges

Description

Check Eprime log-frame line ranges

Usage

make_ranges(starts, ends, eprime_log)

Arguments

starts

the line numbers of the log-frame start lines

ends

the line numbers of the log-frame end lines

eprime_log

a character vector of lines from an Eprime log file

Value

a list of sequences. Each list contains the line numbers contained by an Eprime log-frame. If there is a log frame without an end-line, that partial frame is excluded and its contents are previed in a warning message.