Description Usage Arguments Value
View source: R/check_main_repeat_consistency.R
Check consistencies between main data set and repeat data set
1 2 3 4 5 6 7 8 9 10 | check_main_repeat_consistency(
main_dataset,
main_col1,
main_col2,
main_uuid,
repeat_dataset,
repeat_col1,
repeat_col2,
repeat_uuid
)
|
main_dataset |
main data set |
main_col1 |
column 1 in main data |
main_col2 |
column 2 in main data |
main_uuid |
unique identifier in main data set to match unique identifier in repeat |
repeat_dataset |
repeat data set |
repeat_col1 |
column 1 in repeat data |
repeat_col2 |
column 2 in repeat data |
repeat_uuid |
unique identifier in repeat data set to match unique identifier in repeat |
uuids of non consistent results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.