View source: R/pipeline-helpers.R
left_join_error_no_match | R Documentation |
A restrictive version of left_join
.
left_join_error_no_match(d, ..., ignore_columns = NULL)
d |
Data frame (typically from pipeline) |
... |
Rest of call to |
ignore_columns |
Optional column name(s) to ignore, character vector |
Restrictive version of dplyr::left_join meant for replacing 'match' calls.
Joined data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.