From 111908221fe5304ebcc5ccc4be366199b0805ce4 Mon Sep 17 00:00:00 2001 From: Mark Colley <39366189+M-Colley@users.noreply.github.com> Date: Wed, 12 Jun 2024 09:10:25 +0200 Subject: [PATCH] Update report_participants.R --- R/report_participants.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/report_participants.R b/R/report_participants.R index f122e372..5a8f10b1 100644 --- a/R/report_participants.R +++ b/R/report_participants.R @@ -10,7 +10,7 @@ #' you can specify other characters here as well (e.g., `"Intersex"`), but #' the function will group all individuals in those groups as `"Other"`. #' @param gender The name of the column containing the gender of the -#' classes should be one of `c("Man", "M", "Male", Woman", "W", F", +#' classes should be one of `c("Man", "M", "Male", Woman", "W", "F", #' "Female", Non-Binary", "N")`. Note that you can specify other characters #' here as well (e.g., `"Gender Fluid"`), but the function will group all #' individuals in those groups as `"Non-Binary"`.