rx_multiple | R Documentation |
Match the previous group any number of times.
rx_multiple(.data = NULL, value = NULL, min = NULL, max = NULL)
.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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.