diff --git a/R/theme.R b/R/theme.R index f55c0ccb..87362c7e 100644 --- a/R/theme.R +++ b/R/theme.R @@ -30,7 +30,7 @@ #' \item{\code{col_width} A numeric. Width of the label column. Defaults to 40.} #' \item{\code{extend_borders} In Excel, a logical. Should the borders created for certain rows extend to the label column? Defaults to FALSE.} #' } -#' #' \item{format_label_column_exception}{In LaTeX, a character vector of columns widths, specified in inches and named after the question alias whose stub they would effect.} +#' \item{format_label_column_exception}{In LaTeX, a character vector of columns widths, specified in inches and named after the question alias whose stub they would effect.} #' \item{format_means}{An optional list. How means should be formatted. If `NULL` means will not appear. Includes: background_color, border_bottom, border_color, border_left, border_right, border_style, border_top, decoration, font, font_color, font_size, halign, name, position_bottom, position_top, valign, and wrap_text.} #' \item{format_medians}{An optional list. How medians should be formatted. If `NULL` medians will not appear. Includes: background_color, border_bottom, border_color, border_left, border_right, border_style, border_top, decoration, font, font_color, font_size, halign, name, position_bottom, position_top, valign, and wrap_text.} #' \item{format_min_base}{An optional list. If a minimum base size is desired, how variables that fall below that base size should be formatted. Includes: background_color, border_bottom, border_color, border_left, border_right, border_style, border_top, decoration, font, font_color, font_size, halign, valign, wrap_text} @@ -419,7 +419,7 @@ validators_to_use <- list( latex_multirowheaderlines = c(class = "logical", len = 1, missing = FALSE, default = FALSE), latex_round_percentages = c(class = "logical", len = 1, missing = FALSE, default = FALSE), latex_round_percentages_exception = c(class = "character", len = NA, missing = TRUE), - enforce_onehundred = c(class = "logical", len = 1, missing = FALSE, default = FALSE), + enforce_onehundred = c(class = "logical", len = 1, missing = TRUE, default = FALSE), latex_table_align = c(class = "character", len = 1, missing = FALSE, default = ""), logo = list(missing = TRUE, include = list("file", "startRow", "startCol", "width", "height", "units", "dpi")),