extract_ {tidyr} | R Documentation |
extract
.This is a S3 generic.
extract_(data, col, into, regex = "([[:alnum:]]+)", remove = TRUE, convert = FALSE, ...)
data |
A data frame. |
col |
Name of column to split, as string. |
into |
Names of new variables to create as character vector. |
regex |
a regular expression used to extract the desired values. |
remove |
If |
convert |
If |
... |
Other arguments passed on to |