default_kable_options {tatoo} | R Documentation |
Default Kable options for as_latex and co
Description
default_kable_options()
returns a list of the default options that are
required for as_latex()
to work correctly. Those defaults should not be
modified, but you can pass additional knitr::kable()
options to
as_latex()
to modify the output a bit.
Usage
default_kable_options(...)
Arguments
... |
additional arguments added to the options list |
Examples
default_kable_options
as_latex(iris, kable_options = default_kable_options(digits = 0))
[Package tatoo version 1.1.2 Index]