- Fix a bug in collapse_row on removing addlinespace
- remove addlinespace from group_rows
- add monospace to column_spec
diff --git a/man/column_spec.Rd b/man/column_spec.Rd
index fdedeac..9b24b01 100644
--- a/man/column_spec.Rd
+++ b/man/column_spec.Rd
@@ -5,7 +5,7 @@
\title{Specify the look of the selected column}
\usage{
column_spec(kable_input, column, width = NULL, bold = FALSE,
- italic = FALSE)
+ italic = FALSE, monospace = FALSE)
}
\arguments{
\item{kable_input}{Output of \code{knitr::kable()} with \code{format} specified}
@@ -22,6 +22,9 @@
\item{italic}{A T/F value to control whether the text of the selected column
need to be emphasized.}
+
+\item{monospace}{A T/F value to control whether the text of the selected column
+need to be monospaced (verbatim)}
}
\description{
This function allows users to select a column and then specify