Description Usage Arguments Examples
Prints the kables direct to output, facilitating pickup by pandoc.
1 | print_kables(x)
|
x |
a list of kable tables |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.