Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
IDS-Mannheim
/
kableExtra
/
cafd4eba197a065118f3017912c93c7ea8565343
/
.
/
R
/
auto_set_format.R
blob: fbf657e04ad37b336681a783bc2092fa82f8714d [
file
] [
log
] [
blame
]
auto_set_format
<-
function
()
{
if
(
knitr
::
is_latex_output
())
{
options
(
knitr.table.format
=
"latex"
)
}
else
{
options
(
knitr.table.format
=
"html"
)
}
}