View source: R/extract_interval_helpers.R
| normalise_interval_groups | R Documentation |
Adds intervals missing from a custom group_intervals list as
single-interval groups, warns on duplicates, and names groups by
user-supplied names with interval_<ids> fallback.
normalise_interval_groups(
group_intervals,
n_intervals,
verbose = TRUE,
env = rlang::caller_env()
)
verbose |
Logical. |
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.