parse_field | R Documentation |
Returns tibble with found column parsed and formatted
parse_field(df, regex, parse_fun, ...)
df |
input data frame containing column to format |
regex |
regular expression to locate column name |
parse_fun |
function to use in parsing data in function |
... |
optional arguments to be passed to parse_fun |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.