wildcard_join | R Documentation |
Join tables by a single column, allowing for a wildcard character
wildcard_join(x, y, by, wildcard = "X", keep_pattern = FALSE, ...)
x, y |
tbls to join |
by |
name of variable to join by (only one is currently supported) |
wildcard |
a single character (default is |
... |
other parameters passed onto methods |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.