rx_end_capture {RVerbalExpressions} | R Documentation |
End a capture group.
rx_end_capture(.data = NULL)
.data |
Expression to append, typically pulled from the pipe |
Capture groups are used to extract data from within the regular expression match for further processing.