add doc site
diff --git a/man/add_footnote.Rd b/man/add_footnote.Rd
index 997e941..e7104cc 100644
--- a/man/add_footnote.Rd
+++ b/man/add_footnote.Rd
@@ -4,8 +4,8 @@
\alias{add_footnote}
\title{Add footnote}
\usage{
-add_footnote(input, label = NULL, notation = c("alphabet", "number",
- "symbol"), threeparttable = FALSE)
+add_footnote(input, label = NULL, notation = "alphabet",
+ threeparttable = FALSE)
}
\arguments{
\item{input}{The direct output of your \code{kable} function or your last
@@ -15,7 +15,7 @@
notations in your notes.}
\item{notation}{You can select the format of your footnote notation from
-"number", "alphabet" and "symbol".}
+`number`, `alphabet` and `symbol`.}
\item{threeparttable}{Boolean value indicating if a
\href{https://www.ctan.org/pkg/threeparttable}{threeparttable} scheme should be used.}
diff --git a/man/kable_styling.Rd b/man/kable_styling.Rd
index 08c0e54..2ba0b1c 100644
--- a/man/kable_styling.Rd
+++ b/man/kable_styling.Rd
@@ -5,20 +5,20 @@
\title{HTML table attributes}
\usage{
kable_styling(kable_input, bootstrap_options = "basic",
- latex_options = "basic", full_width = NULL, position = c("center",
- "left", "right", "float_left", "float_right"), font_size = NULL)
+ latex_options = "basic", full_width = NULL, position = "center",
+ font_size = NULL)
}
\arguments{
\item{kable_input}{Output of `knitr::kable()` with `format` specified}
\item{bootstrap_options}{A character vector for bootstrap table options.
-Please see package documentation site or visit the w3schools'
+Please see package vignette or visit the w3schools'
\href{https://www.w3schools.com/bootstrap/bootstrap_tables.asp}{Bootstrap Page}
for more information. Possible options include `basic`, `striped`,
`bordered`, `hover`, `condensed` and `responsive`.}
\item{latex_options}{A character vector for LaTeX table options. Please see
-package documentation site for more information. Possible options include
+package vignette for more information. Possible options include
`basic`, `striped`, `hold_position`, `scale_down`. `striped` will add
alternative row colors to the table. It will imports `LaTeX` package `xcolor`
if enabled. `hold_position` will "hold" the floating table to the exact