add linebreak
diff --git a/man/collapse_rows.Rd b/man/collapse_rows.Rd
index 677214a..49f9833 100644
--- a/man/collapse_rows.Rd
+++ b/man/collapse_rows.Rd
@@ -5,7 +5,9 @@
\title{Collapse repeated rows to multirow cell}
\usage{
collapse_rows(kable_input, columns = NULL, latex_hline = c("full", "major",
- "none"))
+ "none", "custom"), row_group_label_position = c("identity", "stack"),
+ custom_latex_hline = NULL, row_group_label_fonts = NULL,
+ headers_to_remove = NULL)
}
\arguments{
\item{kable_input}{Output of \code{knitr::kable()} with \code{format} specified}
@@ -13,7 +15,20 @@
\item{columns}{Numeric column positions where rows need to be collapsed.}
\item{latex_hline}{Option controlling the behavior of adding hlines to table.
-Choose from \code{full}, \code{major}, \code{none}.}
+Choose from \code{full}, \code{major}, \code{none}, \code{custom}.}
+
+\item{row_group_label_position}{Option controlling positions of row group
+labels. Choose from \code{identity}, \code{stack}.}
+
+\item{custom_latex_hline}{Numeric column positions whose collapsed rows will
+be separated by hlines.}
+
+\item{row_group_label_fonts}{A list of arguments that can be supplied to
+group_rows function to format the row group label when
+\code{row_group_label_position} is \code{stack}}
+
+\item{headers_to_remove}{Numeric column positions where headers should be
+removed when they are stacked.}
}
\description{
Collapse same values in columns into multirow cells. This
diff --git a/man/linebreak.Rd b/man/linebreak.Rd
new file mode 100644
index 0000000..7cb9d0c
--- /dev/null
+++ b/man/linebreak.Rd
@@ -0,0 +1,11 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/linebreak.R
+\name{linebreak}
+\alias{linebreak}
+\title{Make linebreak in LaTeX Table cells}
+\usage{
+linebreak(x, align = c("l", "c", "r"), double_escape = F)
+}
+\description{
+Make linebreak in LaTeX Table cells
+}