powered by
Match a digit (0<U+2013>9).
digit(.data = NULL)
Expression to append, typically pulled from the pipe %>%
%>%
This function is looks for tabs with the following expression: \d
\d
# NOT RUN { digit() # create an expression x <- digit() # create input string <- "1 apple" # extract match regmatches(string, regexpr(x, string)) # }
Run the code above in your browser using DataLab