print_kables: Print a list of kable tables

Description Usage Arguments Examples

View source: R/print_kables.R

Description

Prints the kables direct to output, facilitating pickup by pandoc.

Usage

1

Arguments

x

a list of kable tables

Examples

1
2
3
4
5
6
b <- batch_chisq(df = testdata, DV = "extortion_victim",
            IV = c("bribe_victim", "size"))

l <- chisq_list(b, option = "ratio", print_option = "pandoc")

print_chisq_l(l)

prestevez/victim documentation built on Jan. 30, 2020, 7:16 p.m.