get_protocol {spiro} | R Documentation |
Guess a test protocol from a corresponding exercise testing data set
Description
get_protocol()
gets the underlying test protocol based on given load
data.
Usage
get_protocol(data)
Arguments
data |
A |
Value
A data.frame
with the duration and load of each protocol step.
Examples
# Import example data
raw_data <- spiro_raw(data = spiro_example("zan_gxt"))
get_protocol(raw_data)
[Package spiro version 0.2.1 Index]