Skip to content

Commit

Permalink
Merge pull request #197 from Crunch-io/issue_195
Browse files Browse the repository at this point in the history
Updates #195
  • Loading branch information
1beb authored Sep 21, 2020
2 parents f0d839d + 3f0f040 commit 5c4709c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/theme.R
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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")),
Expand Down

0 comments on commit 5c4709c

Please sign in to comment.