View source: R/misc_functions.R
subset_record | R Documentation |
Subset a record of nested signals to a specific interval
subset_record( rec, starttime, endtime = NULL, relative_time = TRUE, absolute_time = TRUE )
rec |
(nested) list of signals |
starttime |
start of interval (or interval) |
endtime |
end of interval |
relative_time |
include time since subset start as time_s |
absolute_time |
include original absolute time. If absolute time is not included, relative time overwrites the time column |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.