Description Usage Arguments Value Examples
Strip column from strings contained in another column.
1 |
df |
A data frame object or something coercible to one. |
left |
Column object to transform, following tidyverse conventions. Column to remove from, (left - right). |
right |
Column object to transform, following tidyverse conventions. Content to remove (left - right). |
how |
exact, lowercase, squish, token, levenshtein. Can be a combination such as c('lowercase', 'squish'). |
A data frame object.
1 2 3 4 5 | col_diff(businesses[1:8, 2:3],
address,
postcode,
how = c("lowercase", "squish")
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.