Added add_indent_html;
Added group_rows_html;
diff --git a/man/group_rows.Rd b/man/group_rows.Rd
new file mode 100644
index 0000000..9785839
--- /dev/null
+++ b/man/group_rows.Rd
@@ -0,0 +1,11 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/group_rows.R
+\name{group_rows}
+\alias{group_rows}
+\title{Put a few rows of a table into one category}
+\usage{
+group_rows(kable_input, group_name, start_row, end_row)
+}
+\description{
+Put a few rows of a table into one category
+}