commit | e10cfd31c6f487dc95ea6933c661506269d4f9ce | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Tue Feb 21 16:41:14 2017 -0500 |
committer | Hao Zhu <haozhu233@gmail.com> | Tue Feb 21 16:41:14 2017 -0500 |
tree | 98258ba0c21566b02d6ea6f38c31b50b0b2084e8 | |
parent | 1a4bde0b9a555cbdf1d1ed2d8848c5109d5f94e5 [diff] [blame] |
Add htmlTable_styling; Improve old functions
diff --git a/R/kableExtra-package.R b/R/kableExtra-package.R new file mode 100644 index 0000000..b87d0cc --- /dev/null +++ b/R/kableExtra-package.R
@@ -0,0 +1,8 @@ +#' kableExtra +#' +#' @importFrom stringr str_count +#' @name kableExtra-package +#' @aliases kableExtra +#' @docType package +#' @keywords package +NULL