From 4f1cc3783e63b399688b9f10469fa79c7f9372d8 Mon Sep 17 00:00:00 2001 From: Davide Garolini Date: Fri, 24 Nov 2023 09:17:26 +0100 Subject: [PATCH] Update R/tree_accessors.R Co-authored-by: Emily de la Rua <59304861+edelarua@users.noreply.github.com> Signed-off-by: Davide Garolini --- R/tree_accessors.R | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/R/tree_accessors.R b/R/tree_accessors.R index 61413184b..ea7a52529 100644 --- a/R/tree_accessors.R +++ b/R/tree_accessors.R @@ -3267,10 +3267,10 @@ setMethod("trailing_section_div<-", "TableRow", function(obj, value) { #' #' @param obj Table object. This can be of any class that inherits from `VTableTree` #' or `TableRow`/`LabelRow`. -#' @param only_sep_sections logical(1). Defaults to `FALSE` for `section_div<-`. It allows -#' to set the section divider only for sections that are splits or analyses if the number of +#' @param only_sep_sections logical(1). Defaults to `FALSE` for `section_div<-`. Allows +#' you to set the section divider only for sections that are splits or analyses if the number of #' values is less than the number of rows in the table. If `TRUE`, the section divider will -#' be set for all the rows of the table. +#' be set for all rows of the table. #' @param value character. The section divider single character vector. Each character that is #' not `NA_character_` will produce a trailing separator for each row of the table. `value` length #' should reflect the number of rows, or be between 1 and the number of splits/levels.