commit | eaef431224b33d36003dcb78d6e2e03c4e727eaf | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Wed Jan 10 17:05:23 2018 -0500 |
committer | Hao Zhu <haozhu233@gmail.com> | Wed Jan 10 17:05:23 2018 -0500 |
tree | b3d75762384ef24772010126e897543e82433df5 | |
parent | 2502807e5f53919d3abf1545c0048a28ac396cbb [diff] [blame] |
add custom print & knit_print method to display HTML table on the run
diff --git a/R/kable_styling.R b/R/kable_styling.R index 04176c9..bbb8e07 100644 --- a/R/kable_styling.R +++ b/R/kable_styling.R
@@ -169,6 +169,7 @@ out <- as_kable_xml(kable_xml) attributes(out) <- kable_attrs + class(out) <- c("kableExtra", class(out)) return(out) }