commit | 5a7689e0d87f9f672d571149dba5d1ee072beff2 | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Mon Jun 26 15:37:24 2017 -1000 |
committer | Hao Zhu <haozhu233@gmail.com> | Mon Jun 26 15:37:24 2017 -1000 |
tree | 830c3e1ff26aae0553bd775602edbd48d7e10d86 | |
parent | 8a160b1dcf99dccf8e41c2be90066ba573f72c86 [diff] [blame] |
Add examples to the doc site
diff --git a/man/add_header_left.Rd b/man/add_header_left.Rd index aab6b16..79847f8 100644 --- a/man/add_header_left.Rd +++ b/man/add_header_left.Rd
@@ -39,3 +39,8 @@ `add_header_above`, users can use this function to add multiple layers of heading columns one by one. } +\examples{ +x <- knitr::kable(head(mtcars), "html") +add_header_left(x, c("A" = 2, "B" = 2, "C" = 2)) + +}