commit | f315512d232b81ee181af8aafb16e7eaca8871a5 | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Wed Apr 11 12:55:51 2018 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Wed Apr 11 12:55:51 2018 -0400 |
tree | 63f2168cabaf2cd445483d782fef213e6aa917d2 | |
parent | 69c8243fb929d162fd0f3a3f0cee2cb7e183212f [diff] [blame] |
experimenting auto_set_format
diff --git a/R/zzz.R b/R/zzz.R index 02f4487..982d9de 100644 --- a/R/zzz.R +++ b/R/zzz.R
@@ -16,4 +16,6 @@ usepackage_latex("ulem", "normalem") usepackage_latex("makecell") } + auto_format <- getOption("kableExtra.auto_format", default = TRUE) + if (auto_format) auto_set_format() }