Description Usage Arguments Details Value
View source: R/qc-data-frames.R
Compare values of two data.frames base on an index
1 2 3 4 5 6 7 8 | qc_data_frame(
target,
reference,
index,
keep_all = FALSE,
...,
.use_tibble = TRUE
)
|
target |
Targer (test) table |
reference |
Reference table |
index |
The name or the index |
keep_all |
Logical, passed to 'reindex()' (see details) |
... |
additional arguments passed to [stringdist::stringdist] |
.use_tibble |
Logical, if 'TRUE' |
All values from the target and reference will be returned as characters. 'keep_all' is passed to the 'keep_all' argument in 'reindex()'. If this is 'TRUE',
A data.frame with the index values and differences in target and comparisons.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.