50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

tatoo (version 1.1.2)

default_kable_options: 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

Run this code

default_kable_options

as_latex(iris, kable_options = default_kable_options(digits = 0))

Run the code above in your browser using DataLab