commit | f2100838b574b7babcfd994dfc7f816a0e79183a | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Thu Jan 11 16:20:29 2018 -0500 |
committer | Hao Zhu <haozhu233@gmail.com> | Thu Jan 11 16:20:29 2018 -0500 |
tree | e79a13e2839dccbafa0b4c8757e37fa07beb495b | |
parent | 4f8eaa28462edd4a290e3c17ebca6887a4b778e3 [diff] [blame] |
Apply class kableExtra to all HTML functions
diff --git a/R/scroll_box.R b/R/scroll_box.R index 9cf85d3..44bd096 100644 --- a/R/scroll_box.R +++ b/R/scroll_box.R
@@ -29,5 +29,6 @@ out <- structure(out, format = "html", class = "knitr_kable") attributes(out) <- kable_attrs + if (!"kableExtra" %in% class(out)) class(out) <- c("kableExtra", class(out)) return(out) }