knit_print.tab_list {tabtibble} | R Documentation |
Print a tab_list
Description
Print a tab_list
Usage
## S3 method for class 'tab_list'
knit_print(
x,
...,
caption,
print_fun = NULL,
tab_prefix = NULL,
tab_suffix = "\n\n"
)
Arguments
x |
The |
... |
passed to |
caption |
The caption for each table as a character vector |
print_fun |
Override the default printing using |
tab_prefix , tab_suffix |
Any text to add before/after each figure ( |
Details
Individual tables are printed with the print_tabtibble()
S3 generic
function.
Value
x
invisibly
See Also
Other knitters:
knit_print.tab_tibble()
[Package tabtibble version 0.0.1 Index]