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
+}