Value parameter will be interpreted as pairs. For example,
range(c('a', 'z', '0', '9'))
will be interpreted to mean any
character within the ranges a–z (ascii x–y) or 0–9 (ascii x–y). The method
expects an even number of parameters; unpaired parameters are ignored.
rx_range(.data = NULL, value)
.data | Expression to append, typically pulled from the pipe |
---|---|
value | Range of characters. The method expects an even number of parameters; unpaired parameters are ignored. |
#> [1] "[1-3]"#> [1] TRUE#> [1] FALSE