default_kable_options | R Documentation |
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.
default_kable_options(...)
... |
additional arguments added to the options list |
default_kable_options
as_latex(iris, kable_options = default_kable_options(digits = 0))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.