diff --git a/man/extract_duplicate_records.Rd b/man/extract_duplicate_records.Rd index a11198d8cc..a27c53a510 100644 --- a/man/extract_duplicate_records.Rd +++ b/man/extract_duplicate_records.Rd @@ -14,7 +14,7 @@ The variables specified by the \code{by_vars} argument are expected to be in the \item{by_vars}{Grouping variables Defines groups of records in which to look for duplicates. -If omitted, all variables used for defining groups. +If omitted, all variables in the input dataset are used in the by group. \emph{Permitted Values}: list of variables created by \code{exprs()} e.g. \code{exprs(USUBJID, VISIT)}}