int_duplicate_content {dataquieR} | R Documentation |
Check for duplicated content
Description
This function tests for duplicates entries in the data set. It is possible to check duplicated entries by study segments or to consider only selected segments.
Usage
int_duplicate_content(
level = c("dataframe", "segment"),
study_data,
item_level = "item_level",
label_col,
meta_data = item_level,
meta_data_v2,
...
)
Arguments
level |
character a character vector indicating whether the assessment should be conducted at the study level (level = "dataframe") or at the segment level (level = "segment"). |
study_data |
data.frame the data frame that contains the measurements |
item_level |
data.frame the data frame that contains metadata attributes of study data |
label_col |
variable attribute the name of the column in the metadata with labels of variables |
meta_data |
data.frame old name for |
meta_data_v2 |
character path to workbook like metadata file, see
|
... |
Depending on |
Value
a list. Depending on level
, see
util_int_duplicate_content_segment or
util_int_duplicate_content_dataframe for a description of the outputs.