commit | 7cb0e377894b5b287c36d206d7e859d446663cd9 | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Wed Jan 10 18:29:30 2018 -0500 |
committer | Hao Zhu <haozhu233@gmail.com> | Wed Jan 10 18:29:30 2018 -0500 |
tree | adf2fc9e2cc5995fe2ae4841406d83008b2713bb | |
parent | 8a69ad1c2e774422b7427c0651c3c34e892102dd [diff] [blame] |
move kePrint
diff --git a/R/kableWidget.R b/R/kableWidget.R index a1fdcdd..73f9864 100644 --- a/R/kableWidget.R +++ b/R/kableWidget.R
@@ -1,6 +1,6 @@ #' @import htmlwidgets #' @export -kableWidget <- function(kable_input, width = NULL, height = NULL) { +kableExtraWidget <- function(kable_input, width = NULL, height = NULL) { kable_format <- attr(kable_input, "format") if (kable_format != "html") { stop("kable_as_widget only works for HTML tables.")