to_kable: Pass tibble_one to kable

Description Usage Arguments

View source: R/to_kable.R

Description

Pass tibble_one to kable

Usage

1
2
3
4
to_kable(object, use_groups = TRUE, indent_groups = FALSE,
  footnote_notation = "symbol", include_1st_header = TRUE,
  include_2nd_header = TRUE, include_3rd_header = TRUE,
  bold_headers = TRUE, ...)

Arguments

object

a tibble_one object

use_groups

T/F, should rows be grouped?

indent_groups

T/F, should entries within groups be indented? (this has no effect if use_groups is FALSE)

footnote_notation

character value indicating footnote symbols to use in tables. Eligible values are symbol, number, and alphabet.

include_1st_header

T/F, should bottom header be included?

include_2nd_header

T/F, should middle header be included?

include_3rd_header

T/F, should top header be included?

bold_headers

T/F, should header labels be printed in bold?

...

Arguments passed on to knitr::kable

format

A character string. Possible values are latex, html, markdown, pandoc, and rst; this will be automatically determined if the function is called within knitr; it can also be set in the global option knitr.table.format. If format is a function, it must return a character string.

caption

The table caption.

label

The table reference label. By default, the label is obtained from knitr::opts_current$get('label').


bcjaeger/KableOne documentation built on Oct. 16, 2019, 12:26 p.m.