diff --git a/R/argument_conventions.R b/R/argument_conventions.R index 70c6cd964..bcc7c1bd5 100644 --- a/R/argument_conventions.R +++ b/R/argument_conventions.R @@ -53,7 +53,8 @@ NULL #' @param hsep character(1). Set of character(s) to be repeated as the separator #' between the header and body of the table when rendered as text. Defaults to #' a connected horizontal line (unicode 2014) in locals that use a UTF -#' charset, and to `-` elsewhere (with a once per session warning). +#' charset, and to `-` elsewhere (with a once per session warning). See +#' [formatters::set_default_hsep()] for further information. #' @param indent_size numeric(1). Number of spaces to use per indent level. #' Defaults to 2 #' @param section_div character(1). String which should be repeated as a section diff --git a/man/build_table.Rd b/man/build_table.Rd index 3e1cc9528..353a35a4d 100644 --- a/man/build_table.Rd +++ b/man/build_table.Rd @@ -38,7 +38,8 @@ displayed during printing.} \item{hsep}{character(1). Set of character(s) to be repeated as the separator between the header and body of the table when rendered as text. Defaults to a connected horizontal line (unicode 2014) in locals that use a UTF -charset, and to \code{-} elsewhere (with a once per session warning).} +charset, and to \code{-} elsewhere (with a once per session warning). See +\code{\link[formatters:default_horizontal_sep]{formatters::set_default_hsep()}} for further information.} \item{\dots}{currently ignored.} } diff --git a/man/gen_args.Rd b/man/gen_args.Rd index 53ce36782..a965d0de3 100644 --- a/man/gen_args.Rd +++ b/man/gen_args.Rd @@ -89,7 +89,8 @@ when forcing pagination between the children of this split/table} \item{hsep}{character(1). Set of character(s) to be repeated as the separator between the header and body of the table when rendered as text. Defaults to a connected horizontal line (unicode 2014) in locals that use a UTF -charset, and to \code{-} elsewhere (with a once per session warning).} +charset, and to \code{-} elsewhere (with a once per session warning). See +\code{\link[formatters:default_horizontal_sep]{formatters::set_default_hsep()}} for further information.} \item{indent_size}{numeric(1). Number of spaces to use per indent level. Defaults to 2} diff --git a/man/rtable.Rd b/man/rtable.Rd index 94c82b6e0..5a8e402ab 100644 --- a/man/rtable.Rd +++ b/man/rtable.Rd @@ -24,7 +24,8 @@ format labels.} \item{hsep}{character(1). Set of character(s) to be repeated as the separator between the header and body of the table when rendered as text. Defaults to a connected horizontal line (unicode 2014) in locals that use a UTF -charset, and to \code{-} elsewhere (with a once per session warning).} +charset, and to \code{-} elsewhere (with a once per session warning). See +\code{\link[formatters:default_horizontal_sep]{formatters::set_default_hsep()}} for further information.} \item{inset}{integer(1). The table inset for the row or table being constructed. See \code{\link[formatters]{table_inset}}.} diff --git a/man/tabclasses.Rd b/man/tabclasses.Rd index 2c74806b8..69bd45993 100644 --- a/man/tabclasses.Rd +++ b/man/tabclasses.Rd @@ -117,7 +117,8 @@ tables that need a divider between them.} \item{hsep}{character(1). Set of character(s) to be repeated as the separator between the header and body of the table when rendered as text. Defaults to a connected horizontal line (unicode 2014) in locals that use a UTF -charset, and to \code{-} elsewhere (with a once per session warning).} +charset, and to \code{-} elsewhere (with a once per session warning). See +\code{\link[formatters:default_horizontal_sep]{formatters::set_default_hsep()}} for further information.} \item{trailing_section_div}{character(1). String which will be used as a section divider after the printing of the last row contained in this (sub)-table,