compare_data | R Documentation |
Compare existing variables and meta data structure between two data sets.
compare_data(
data1,
data2,
name_data1 = "data1",
name_data2 = "data2",
metaExceptions = c("display_width", "labeled")
)
data1 |
Data set one, provided as a |
data2 |
Data set two, provided as a |
name_data1 |
Character vector of length 1. Name of |
name_data2 |
Character vector of length 1. Name of |
metaExceptions |
Should certain meta data columns be excluded from the comparison? |
The function performs a comparison between two GADSdat
objects.
Variables included in each data set are compared and reported, as well as meta data differences
(variable labels, SPSS format, value labels, missing tags).
# tbd
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.