powered by
This function simply adds a + to the end of the expression.
one_or_more(.data = NULL)
Expression to append, typically pulled from the pipe %>%
%>%
# NOT RUN { one_or_more() # create an expression x <- find(value = "a") %>% one_or_more() # create input input <- "aaa" # extract match regmatches(input, regexpr(x, input)) # }
Run the code above in your browser using DataLab