View source: R/int_duplicate_content.R
int_duplicate_content | 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.
Indicator
int_duplicate_content(level = c("dataframe", "segment"), ...)
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"). |
... |
Depending on |
a list. Depending on level
, see
util_int_duplicate_content_segment or
util_int_duplicate_content_dataframe for a description of the outputs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.