From c76f758d9919e01141ded2f5cb36c926dada4ce2 Mon Sep 17 00:00:00 2001 From: Vincent Arel-Bundock Date: Sat, 3 Feb 2024 09:57:48 -0500 Subject: [PATCH] docs --- R/style_tt.R | 2 +- man/format_tt.Rd | 2 +- man/style_tt.Rd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/R/style_tt.R b/R/style_tt.R index cc3032a4..219b81a5 100644 --- a/R/style_tt.R +++ b/R/style_tt.R @@ -11,7 +11,7 @@ #' @param x A table object created by `tt()`. #' @param i Row indices where the styling/formatting should be applied. Can be a single value or a vector. `i=0` is the header, and negative values are higher level headers. If `colspan` is used, `i` must be of length 1. #' @param j Column indices where the styling should be applied. Can be: -#' + Integer vectors indicating column positions. +#' + Integer vector indicating column positions. #' + Character vector indicating column names. #' + A single string specifying a Perl-style regular expression used to match column names. #' @param bold Logical; if `TRUE`, text is styled in bold. diff --git a/man/format_tt.Rd b/man/format_tt.Rd index d810ae3f..2f28c0bd 100644 --- a/man/format_tt.Rd +++ b/man/format_tt.Rd @@ -26,7 +26,7 @@ format_tt( \item{j}{Column indices where the styling should be applied. Can be: \itemize{ -\item Integer vectors indicating column positions. +\item Integer vector indicating column positions. \item Character vector indicating column names. \item A single string specifying a Perl-style regular expression used to match column names. }} diff --git a/man/style_tt.Rd b/man/style_tt.Rd index f37355f5..05f7ccaa 100644 --- a/man/style_tt.Rd +++ b/man/style_tt.Rd @@ -38,7 +38,7 @@ style_tt( \item{j}{Column indices where the styling should be applied. Can be: \itemize{ -\item Integer vectors indicating column positions. +\item Integer vector indicating column positions. \item Character vector indicating column names. \item A single string specifying a Perl-style regular expression used to match column names. }}