to_word: pass tibble_one to flextable

Description Usage Arguments

View source: R/to_word.R

Description

pass tibble_one to flextable

Usage

1
2
3
4
to_word(object, font_size = 11, use_groups = TRUE,
  indent_groups = TRUE, footnote_notation = "symbol",
  include_1st_header = TRUE, include_2nd_header = TRUE,
  include_3rd_header = TRUE, ...)

Arguments

object

a tibble_one object

font_size

the size of font in the table.

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?

...

arguments passed to flextable function


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