bump version to 0.9.0 & update docs
diff --git a/man/column_spec.Rd b/man/column_spec.Rd
index e2832c5..26cae55 100644
--- a/man/column_spec.Rd
+++ b/man/column_spec.Rd
@@ -47,19 +47,19 @@
border line on the right of the selected column. In HTML, you can also pass
in a character string for the CSS of the border line}
+\item{width_min}{Only for HTML table. Normal column width will automatically
+collapse when the window cannot hold enough contents. With this \code{width_min},
+you can set up a column with a width that won't collapse even when the
+window is not wide enough.}
+
+\item{width_max}{Only for HTML table. \code{width_max} defines the maximum width
+of table columns.}
+
\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
-window is not wide enough.}
-
-\item{max_width}{Only for HTML table. \code{max_width} defines the maximum width
-of table columns.}
}
\description{
This function allows users to select a column and then specify
diff --git a/man/footnote.Rd b/man/footnote.Rd
index cdd514e..cabcb12 100644
--- a/man/footnote.Rd
+++ b/man/footnote.Rd
@@ -8,7 +8,7 @@
symbol = NULL, footnote_order = c("general", "number", "alphabet",
"symbol"), footnote_as_chunk = FALSE, escape = TRUE,
threeparttable = FALSE, general_title = "Note: ", number_title = "",
- alphabet_title = "", symbol_title = "")
+ alphabet_title = "", symbol_title = "", title_format = "italic")
}
\arguments{
\item{kable_input}{HTML or LaTeX table generated by \code{knitr::kable}}
@@ -47,6 +47,9 @@
\item{alphabet_title}{Section header for alphabet footnotes. Default is "".}
\item{symbol_title}{Section header for symbol footnotes. Default is "".}
+
+\item{title_format}{Choose from "italic"(default), "bold" and "underline".
+Multiple options are possible.}
}
\description{
\code{footnote} provides a more flexible way to add footnote. You
diff --git a/man/html_dependency_bsTable.Rd b/man/html_dependency_bsTable.Rd
new file mode 100644
index 0000000..323d3c4
--- /dev/null
+++ b/man/html_dependency_bsTable.Rd
@@ -0,0 +1,11 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/print.R
+\name{html_dependency_bsTable}
+\alias{html_dependency_bsTable}
+\title{HTML dependency for Twitter bootstrap (table only)}
+\usage{
+html_dependency_bsTable()
+}
+\description{
+HTML dependency for Twitter bootstrap (table only)
+}
diff --git a/man/html_dependency_kePrint.Rd b/man/html_dependency_kePrint.Rd
new file mode 100644
index 0000000..c9111ea
--- /dev/null
+++ b/man/html_dependency_kePrint.Rd
@@ -0,0 +1,11 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/print.R
+\name{html_dependency_kePrint}
+\alias{html_dependency_kePrint}
+\title{HTML dependency for js script to enable bootstrap tooltip and popup message}
+\usage{
+html_dependency_kePrint()
+}
+\description{
+HTML dependency for js script to enable bootstrap tooltip and popup message
+}