arguments_checks | R Documentation |
Perform necessary preliminary checks on arguments that are passed to joyn
arguments_checks(
x,
y,
by,
copy,
keep,
suffix,
na_matches,
multiple,
relationship,
reportvar
)
x |
data frame: left table |
y |
data frame: right table |
by |
character vector or variables to join by |
copy |
If |
keep |
Should the join keys from both
|
suffix |
If there are non-joined duplicate variables in |
na_matches |
Should two
|
multiple |
Handling of rows in
|
relationship |
Handling of the expected relationship between the keys of
|
reportvar |
character: Name of reporting variable. Default is ".joyn". This is the same as variable "_merge" in Stata after performing a merge. If FALSE or NULL, the reporting variable will be excluded from the final table, though a summary of the join will be display after concluding. |
list of checked arguments to pass on to the main joyn function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.