From 1f951cb025b88618fdc762edd8ee62cce652db3f Mon Sep 17 00:00:00 2001 From: Enki Wang <98389771+ynsec37@users.noreply.github.com> Date: Fri, 24 Jan 2025 01:47:34 +0800 Subject: [PATCH] Update extract_duplicate_records.Rd --- man/extract_duplicate_records.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)}}