rx_multiple: Match the previous group any number of times.

View source: R/loops.R

rx_multipleR Documentation

Match the previous group any number of times.

Description

Match the previous group any number of times.

Usage

rx_multiple(.data = NULL, value = NULL, min = NULL, max = NULL)

Arguments

.data

Expression to append, typically pulled from the pipe %>%

value

Item to match

min

Minimum number of times it should be present

max

Maximum number of times it should be present


VerbalExpressions/RVerbalExpressions documentation built on March 27, 2024, 8:20 a.m.