View source: R/util_int_duplicate_content_dataframe.R
util_int_duplicate_content_dataframe | R Documentation |
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.
util_int_duplicate_content_dataframe(
level = c("dataframe"),
identifier_name_list
)
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"). |
identifier_name_list |
vector the vector that contains the name of the identifier to be used in the assessment. For the study level, corresponds to the names of the different data frames. For the segment level, indicates the name of the segments. |
a list with
SegmentData
: data frame with the results of the quality check for duplicated entries
SegmentTable
: data frame with selected duplicated entries check results, used for the data quality report.
Duplicates
: vector with row indices of duplicated entries, if any, otherwise NULL.
Other integrity_indicator_functions:
util_int_duplicate_content_segment()
,
util_int_duplicate_ids_dataframe()
,
util_int_duplicate_ids_segment()
,
util_int_unexp_records_set_dataframe()
,
util_int_unexp_records_set_segment()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.