add column background to latex
diff --git a/man/row_spec.Rd b/man/row_spec.Rd
index 8ad0c7d..a344479 100644
--- a/man/row_spec.Rd
+++ b/man/row_spec.Rd
@@ -5,7 +5,7 @@
 \title{Specify the look of the selected row}
 \usage{
 row_spec(kable_input, row, bold = FALSE, italic = FALSE,
-  monospace = FALSE)
+  monospace = FALSE, color = NULL, background = NULL)
 }
 \arguments{
 \item{kable_input}{Output of \code{knitr::kable()} with \code{format} specified}