commit | 2a87e8e7e78ee72b467f901cb83edeb79c10aabc | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Wed Jun 14 15:49:33 2017 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Wed Jun 14 15:49:33 2017 -0400 |
tree | ece58fd75edf216340da035bb05de0b4228e0b2b | |
parent | 03487ef93ed28d4bd9020ba9ce2ebdf82671d927 [diff] [blame] |
add collapse_rows html
diff --git a/man/collapse_rows.Rd b/man/collapse_rows.Rd new file mode 100644 index 0000000..aafb7e5 --- /dev/null +++ b/man/collapse_rows.Rd
@@ -0,0 +1,11 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/collapse_rows.R +\name{collapse_rows} +\alias{collapse_rows} +\title{Collapse repeat rows to multirow cell} +\usage{ +collapse_rows(kable_input, columns) +} +\description{ +Collapse repeat rows to multirow cell +}