From 5b2f75184cb3d5c7e615483531f61d1adc2188ee Mon Sep 17 00:00:00 2001 From: CodeDepotIV <111079461+CodeDepotIV@users.noreply.github.com> Date: Fri, 21 Jun 2024 15:16:03 -0500 Subject: [PATCH] Update sTabl3R.v.0.2.R --- R/sTabl3R.v.0.2.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/sTabl3R.v.0.2.R b/R/sTabl3R.v.0.2.R index 19e741e..8863e19 100644 --- a/R/sTabl3R.v.0.2.R +++ b/R/sTabl3R.v.0.2.R @@ -78,7 +78,7 @@ dTable <- function(obj) { #' summary tables will be generated. #' #' `FORMATTING` -#' The data frame should be an R data [data.frame()] object in which the first +#' The data frame should be an R [data.frame()] object in which the first #' column is a list of unique identifiers. The `group` argument should identify #' a column in the data frame that will be used to distinguish the groups that #' are to be compared statistically. A single group can be generated as shown in