oneone_check | R Documentation |
Checks if number of rows increased in the joined dataframe compared to one the dataframe that was left-joined to after what was supposed to be a one-to-one merge
oneone_check(df1, df2, brows = F)
df1 |
The merged dataframe |
df2 |
The dataframe that was left-joined to |
brows |
Whether to enter browser for debugging if there's an error; default F |
Nothing; stops if number of rows increased in joined dataframe and enters browser
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.