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))
Run the code above in your browser using DataLab