add include_thead to column_spec
diff --git a/man/column_spec.Rd b/man/column_spec.Rd
index f0a4717..e2832c5 100644
--- a/man/column_spec.Rd
+++ b/man/column_spec.Rd
@@ -8,7 +8,7 @@
italic = FALSE, monospace = FALSE, underline = FALSE,
strikeout = FALSE, color = NULL, background = NULL,
border_left = FALSE, border_right = FALSE, width_min = NULL,
- width_max = NULL, extra_css = NULL)
+ width_max = NULL, extra_css = NULL, include_thead = FALSE)
}
\arguments{
\item{kable_input}{Output of \code{knitr::kable()} with \code{format} specified}
@@ -50,6 +50,9 @@
\item{extra_css}{Extra css text to be passed into the cells of the row. Note
that it's not for the whole column but to each individual cells}
+\item{include_thead}{T/F. A HTML only feature to contoll whether the
+header row will be manipulated. Default is \code{FALSE}.}
+
\item{min_width}{Only for HTML table. Normal column width will automatically
collapse when the window cannot hold enough contents. With this \code{min_width},
you can set up a column with a width that won't collapse even when the