commit | b1e2e3dae7f45ecbdc0cf3d58565668072356ae2 | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Tue Jan 09 13:31:42 2018 -0500 |
committer | Hao Zhu <haozhu233@gmail.com> | Tue Jan 09 13:31:42 2018 -0500 |
tree | 68dce24f1cd758a2d1f85188aca46a2a158f8a2b | |
parent | 593f57edb60ddb14dcee6745e51597f5a2bd2059 [diff] [blame] |
fix example
diff --git a/man/footnote.Rd b/man/footnote.Rd index 8cda4fc..6152876 100644 --- a/man/footnote.Rd +++ b/man/footnote.Rd
@@ -50,7 +50,7 @@ footnotes as a chunk of texts. } \examples{ -x <- mtcars[1:5, 1:5] +dt <- mtcars[1:5, 1:5] footnote(knitr::kable(dt, "html"), alphabet = c("Note a", "Note b")) }