Output can be to common formats such as rmarkdown, html, etc, based on the
style argument of the pander::pander() function.
build_table(data, caption = NULL, style = "rmarkdown", split = Inf,
missing = "", alignment = "center", finish = TRUE)The draft table object.
Table caption.
What output style (rmarkdown, grid, simple, etc) should the table be.
When should the table split when it is too wide? (Inf means never).
How to deal with missing values in the table (removed by default).
Table column alignment.
Generate the final table in markdown formatted form.
Creates a pander::pander() created table.
carpenter() for a list of all functions, examples, and
accessing the introduction tutorial vignette.