commit | 78e61224400ce026e332bc892228cab2a09fd6f4 | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Wed May 24 20:53:35 2017 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Wed May 24 20:53:35 2017 -0400 |
tree | 7d2e5bca7e4e48a4566e29e293ba72e6781bf2f8 | |
parent | 179d39170a536419729702dc84eda86dd78927df [diff] [blame] |
Drop version due to CRAN resubmission; Add examples as requested
diff --git a/R/magic_mirror.R b/R/magic_mirror.R index 088ee90..2e415f7 100644 --- a/R/magic_mirror.R +++ b/R/magic_mirror.R
@@ -3,6 +3,8 @@ #' @description Mirror mirror tell me, how does this kable look like? #' #' @param kable_input The output of kable +#' +#' @examples magic_mirror(knitr::kable(head(mtcars), "html")) #' @export magic_mirror <- function(kable_input){