Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
IDS-Mannheim
/
kableExtra
/
38a27242f15a0143a647ae8670056f88455e6d17
/
.
/
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"
)
}
}