View source: R/extract_interval_helpers.R
| validate_interval_channels | R Documentation |
Normalises group_channels to a list of channel-name vectors for
recycling across interval groups. NULL selects all nirs_channels for
every group. Unlike validate_group_channels(), channels may repeat
across list items: each item is one group's channel selection.
validate_interval_channels(
group_channels,
nirs_channels,
data = NULL,
env = rlang::caller_env()
)
nirs_channels |
A character vector giving the names of mNIRS columns to
operate on. Must match column names in
|
data |
A data frame of class "mnirs" containing time series data and metadata. |
env |
The calling environment or a defused call, used to report errors and warnings as coming from the user-facing function rather than the validator. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.