commit | 593f57edb60ddb14dcee6745e51597f5a2bd2059 | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Tue Jan 09 13:30:01 2018 -0500 |
committer | Hao Zhu <haozhu233@gmail.com> | Tue Jan 09 13:30:01 2018 -0500 |
tree | 88736fbc063ca3965ce2abe7a32440bf2c543b67 | |
parent | e0782ab545485c791b07f58bec9c949eee8673ef [diff] [blame] |
update footnote doc; fix a bug in row_spec
diff --git a/man/footnote.Rd b/man/footnote.Rd index b2cc29c..8cda4fc 100644 --- a/man/footnote.Rd +++ b/man/footnote.Rd
@@ -49,3 +49,8 @@ also possible to specify footnote section header one by one and print footnotes as a chunk of texts. } +\examples{ +x <- mtcars[1:5, 1:5] +footnote(knitr::kable(dt, "html"), alphabet = c("Note a", "Note b")) + +}