commit | 67764aab877c1ea9be1ab580c3cf662034d297f1 | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Fri Mar 15 11:57:50 2019 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Fri Mar 15 11:57:50 2019 -0400 |
tree | 1d0a0042f33dfae63bc92d63107b6efc170e5c4d | |
parent | 0d4ecc774d66c16327f021db6d22531819207c3b [diff] [blame] |
added docs for xtable
diff --git a/R/xtable2kable.R b/R/xtable2kable.R index 862d7a1..3c13658 100644 --- a/R/xtable2kable.R +++ b/R/xtable2kable.R
@@ -51,6 +51,7 @@ if ("tabular.environment" %in% names(xtable_print_options)) { out_meta$tabular <- xtable_print_options$tabular.environment } + out_meta$xtable <- TRUE attr(out, "kable_meta") <- out_meta return(out) }