update documentation (not done)
diff --git a/man/kableExtra-package.Rd b/man/kableExtra-package.Rd
index 33854bc..f22e66c 100644
--- a/man/kableExtra-package.Rd
+++ b/man/kableExtra-package.Rd
@@ -34,6 +34,10 @@
\item Only have to mess with raw HTML/LaTeX in the last 10% cases where
\code{kableExtra} cannot solve the problem
}
+
+For a full package documentation, please visit the
+\href{http://haozhu233.github.io/kableExtra/}{package documentation site}
+for more information
}
\note{
If you found a feature on the documentation site that is not available
diff --git a/man/magic_mirror_html.Rd b/man/magic_mirror_html.Rd
deleted file mode 100644
index 0c05b1c..0000000
--- a/man/magic_mirror_html.Rd
+++ /dev/null
@@ -1,14 +0,0 @@
-% Generated by roxygen2: do not edit by hand
-% Please edit documentation in R/magic_mirror.R
-\name{magic_mirror_html}
-\alias{magic_mirror_html}
-\title{Magic Mirror for html table --------}
-\usage{
-magic_mirror_html(kable_input)
-}
-\arguments{
-\item{kable_input}{The output of kable}
-}
-\description{
-Magic Mirror for html table --------
-}
diff --git a/man/magic_mirror_latex.Rd b/man/magic_mirror_latex.Rd
deleted file mode 100644
index 5bc299c..0000000
--- a/man/magic_mirror_latex.Rd
+++ /dev/null
@@ -1,14 +0,0 @@
-% Generated by roxygen2: do not edit by hand
-% Please edit documentation in R/magic_mirror.R
-\name{magic_mirror_latex}
-\alias{magic_mirror_latex}
-\title{Magic mirror for latex tables --------------}
-\usage{
-magic_mirror_latex(kable_input)
-}
-\arguments{
-\item{kable_input}{The output of kable}
-}
-\description{
-Magic mirror for latex tables --------------
-}
diff --git a/man/scroll_box.Rd b/man/scroll_box.Rd
index e7fab72..a431fd0 100644
--- a/man/scroll_box.Rd
+++ b/man/scroll_box.Rd
@@ -4,7 +4,8 @@
\alias{scroll_box}
\title{Put a HTML table into a scrollable box}
\usage{
-scroll_box(kable_input, height = NULL, width = NULL)
+scroll_box(kable_input, height = NULL, width = NULL,
+ box_css = "border: 1px solid #ddd; padding: 5px; ", extra_css = NULL)
}
\arguments{
\item{kable_input}{A HTML kable object}
@@ -12,6 +13,10 @@
\item{height}{A character string indicating the height of the box, e.g. "50px"}
\item{width}{A character string indicating the width of the box, e.g. "100px"}
+
+\item{box_css}{CSS text for the box}
+
+\item{extra_css}{Extra CSS styles}
}
\description{
This function will put a HTML kable object in a fixed-height,