print_tabtibble {tabtibble} | R Documentation |
Print a single table from a tablist
Description
Print a single table from a tablist
Usage
print_tabtibble(x, caption, ...)
## Default S3 method:
print_tabtibble(x, caption, ...)
Arguments
x |
A table to print |
caption |
The caption for the table |
... |
Passed to |
Value
The result of pander::pander
Methods (by class)
-
print_tabtibble(default)
: Print a single table from a tablist usingpander::pander()
[Package tabtibble version 0.0.1 Index]