Skip to content

Commit

Permalink
fixing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Melkiades committed Nov 23, 2023
1 parent 45a508f commit 3324c1b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/tree_accessors.R
Original file line number Diff line number Diff line change
Expand Up @@ -3221,6 +3221,10 @@ setMethod("trailing_section_div<-", "TableRow", function(obj, value) {
#' 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.
#' @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.
#' See details for more information.
#'
#' @return The section divider string. Each line that does not have a trailing separator
#' will have `NA_character_` as section divider.
Expand Down
5 changes: 5 additions & 0 deletions man/section_div.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3324c1b

Please sign in to comment.