View source: R/join_check_keys.R
This function checks to see if keys being used to join are unique, as needed for a join,and returns potential problem keys to the user.
1 | check_keys(left, right, by = by, verbose = F, join_type = "left")
|
left |
dataframe that we want to merge on the left side of the join |
right |
dataframe that we want to merge on the right side of the join |
by |
headers of columns to use to join the left and right data frames |
verbose |
if true, returns more comprehensive output |
join_type |
type of join ('left', right', 'inner', etc.) user is checking |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.