Skip to content

Commit

Permalink
test removing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
NewGraphEnvironment committed Jul 4, 2024
1 parent 8d4d23b commit a87b6c4
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions inst/staticexports/fpr_kable.R
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
#' Custom kable settings
#'
#' @param dat dataframe to make a table with
#' @param caption_text string to insert as caption
#' @param font size of font. Defaults to font_set usually set in setup chunks of index.Rmd based on output type ie. gitbook vs pagedown
#' @param footnote_text string to insert as footnote
#' @param scroll TRUE or FALSE about whether to have scroll
#' @param scroll_box_height string. pixel height of scroll box. Defaults to "500px"
#' @param col_width_min Number or vector of numbers. Defaults to NULL
#' @param width_min string with units of inches (in). Defaults to 1.0in
#' @param ... Not used. Open for passing arguments to `knitr::kable`
#'
#' @return
#' @export
#'
#' @examples
fpr_kable <- function(dat,
caption_text = '',
font = font_set,
Expand Down

0 comments on commit a87b6c4

Please sign in to comment.