safe_join {wrangle} | R Documentation |
Join Data Safely
Description
Joins data safely. Generic, with method for data.frame.
Usage
safe_join(x, ...)
Arguments
x |
object of dispatch |
... |
arguments to methods |
See Also
Other safe_join:
safe_join.data.frame()
Examples
example(safe_join.data.frame)
[Package wrangle version 0.6.4 Index]