Last chance! 50% off unlimited learning
Sale ends in
Last chance! 50% off unlimited learning
Sale ends in
extract
.extract_(data, col, into, regex = "([[:alnum:]]+)", remove = TRUE,
convert = FALSE, ...)
TRUE
, remove input column from output data frame.TRUE
, will run type.convert
with
as.is = TRUE
on new columns. This is useful if the component
columns are integer, numeric or logical.regexec
to control
how the regular expression is processed.