commit | bd95bb2c35c7af2b8a4209d5dd11560ee26e28f9 | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Mon May 22 16:08:49 2017 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Mon May 22 16:08:49 2017 -0400 |
tree | ce66cc184cf8ff0b0da9dc77ee87d4e6c785412e | |
parent | f9aa4c4a42dfe50cd67ed40d6c37f5c6ff242233 [diff] [blame] |
Prepare for CRAN release
diff --git a/man/add_indent.Rd b/man/add_indent.Rd index 43fad6d..2ee3d54 100644 --- a/man/add_indent.Rd +++ b/man/add_indent.Rd
@@ -6,6 +6,12 @@ \usage{ add_indent(kable_input, positions) } +\arguments{ +\item{kable_input}{Output of `knitr::kable()` with `format` specified} + +\item{positions}{A vector of numeric row numbers for the rows that need to +be indented.} +} \description{ Add indentations to row headers }