Added wraptable_width to kable_styleing and updated doc
diff --git a/man/add_indent.Rd b/man/add_indent.Rd
index 7889802..633de8e 100644
--- a/man/add_indent.Rd
+++ b/man/add_indent.Rd
@@ -13,6 +13,8 @@
 be indented.}
 
 \item{level_of_indent}{a numeric value for the indent level. Default is 1.}
+
+\item{all_cols}{T/F whether to apply indentation to all columns}
 }
 \description{
 Add indentations to row headers
diff --git a/man/dummy_html_tbl.Rd b/man/dummy_html_tbl.Rd
deleted file mode 100644
index 983f1fc..0000000
--- a/man/dummy_html_tbl.Rd
+++ /dev/null
@@ -1,11 +0,0 @@
-% Generated by roxygen2: do not edit by hand
-% Please edit documentation in R/dummy_table.R
-\name{dummy_html_tbl}
-\alias{dummy_html_tbl}
-\title{Dummy html table for testing}
-\usage{
-dummy_html_tbl()
-}
-\description{
-Create dummy table for testing in kE
-}
diff --git a/man/dummy_latex_tbl.Rd b/man/dummy_latex_tbl.Rd
deleted file mode 100644
index 84cc9ee..0000000
--- a/man/dummy_latex_tbl.Rd
+++ /dev/null
@@ -1,11 +0,0 @@
-% Generated by roxygen2: do not edit by hand
-% Please edit documentation in R/dummy_table.R
-\name{dummy_latex_tbl}
-\alias{dummy_latex_tbl}
-\title{Dummy latex table for testing}
-\usage{
-dummy_latex_tbl(booktabs = T)
-}
-\description{
-Create dummy table for testing in kE
-}
diff --git a/man/kable_classic.Rd b/man/kable_classic.Rd
index 65fc159..7192342 100644
--- a/man/kable_classic.Rd
+++ b/man/kable_classic.Rd
@@ -58,6 +58,9 @@
 \code{bootstrap_options} in \code{kable_styling}. Choices include \code{basic}, \code{striped}
 and \code{hover}.}
 
+\item{html_font}{A string for HTML css font. For example,
+\code{html_font = '"Arial Narrow", arial, helvetica, sans-serif'}.}
+
 \item{...}{Everything else you need to specify in \code{kable_styling}.}
 }
 \description{
diff --git a/man/kable_styling.Rd b/man/kable_styling.Rd
index d95b4b8..9cc993d 100644
--- a/man/kable_styling.Rd
+++ b/man/kable_styling.Rd
@@ -22,7 +22,8 @@
   table.envir = "table",
   fixed_thead = FALSE,
   htmltable_class = NULL,
-  html_font = NULL
+  html_font = NULL,
+  wraptable_width = "0pt"
 )
 }
 \arguments{
@@ -105,6 +106,10 @@
 
 \item{html_font}{A string for HTML css font. For example,
 \code{html_font = '"Arial Narrow", arial, helvetica, sans-serif'}.}
+
+\item{wraptable_width}{Width of the wraptable area if you specify
+"float_left/right" for latex table. Default is "0pt" for automated
+determination but you may specify it manually.}
 }
 \description{
 This function provides a cleaner approach to modify the style