group_or | R Documentation |
A wrapper for group
and pastex
that wraps each sub-expression
element with grouping parenthesis and then concatenate/joins grouped strings
with a regex 'or' ("|"). Equivalent to pastex(group(...), sep = "|")
.
group_or(..., group.all = TRUE)
group.all |
logical. If |
... |
Regular expressions to paste together or a named expression
from the default regular expression dictionary prefixed with single at
( |
group_or("@rm_hash", "@rm_tag")
group_or("them", "those", "that", "these")
group_or("them", "those", "that", "these", group.all = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.