View source: R/lisjoin.R View source: R/lisjoin.R
Join a tibble and a named list
1 |
.tibble |
A tibble to be joined to |
.list |
a named list. Passing an unnamed list will throw an error. |
name |
name of the new variable with matched values from |
strategy |
How should values be matched? Specify either 'left', 'right', 'inner' or 'full' to use the matching |
types |
Should the operation enforce types? Defaults to no types, but users can enforce by choosing among 'int', 'dbl', 'chr' and 'lgl'. |
key |
a symbol containing the variable name in |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.