Magic mirror for html; minor changes; escape for add footnote
diff --git a/man/add_footnote.Rd b/man/add_footnote.Rd
index fd8457d..17122b1 100644
--- a/man/add_footnote.Rd
+++ b/man/add_footnote.Rd
@@ -4,7 +4,8 @@
\alias{add_footnote}
\title{Add footnote}
\usage{
-add_footnote(input, label = NULL, notation = "alphabet")
+add_footnote(input, label = NULL, notation = "alphabet",
+ threeparttable = F)
}
\arguments{
\item{input}{The direct output of your \code{kable} function or your last
diff --git a/man/magic_mirror_html.Rd b/man/magic_mirror_html.Rd
new file mode 100644
index 0000000..afdcf9a
--- /dev/null
+++ b/man/magic_mirror_html.Rd
@@ -0,0 +1,12 @@
+% 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(input)
+}
+\description{
+Magic Mirror for html table --------
+}
+
diff --git a/man/magic_mirror_latex.Rd b/man/magic_mirror_latex.Rd
index 8a2f0f3..c5874fd 100644
--- a/man/magic_mirror_latex.Rd
+++ b/man/magic_mirror_latex.Rd
@@ -2,11 +2,11 @@
% Please edit documentation in R/magic_mirror.R
\name{magic_mirror_latex}
\alias{magic_mirror_latex}
-\title{Magic mirror for latex tables}
+\title{Magic mirror for latex tables --------------}
\usage{
magic_mirror_latex(input)
}
\description{
-Magic mirror for latex tables
+Magic mirror for latex tables --------------
}
diff --git a/man/reexports.Rd b/man/reexports.Rd
new file mode 100644
index 0000000..c8f026e
--- /dev/null
+++ b/man/reexports.Rd
@@ -0,0 +1,16 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/magic_mirror.R
+\docType{import}
+\name{reexports}
+\alias{\%>\%}
+\alias{reexports}
+\title{Objects exported from other packages}
+\description{
+These objects are imported from other packages. Follow the links
+below to see their documentation.
+
+\describe{
+ \item{magrittr}{\code{\link[magrittr]{\%>\%}}}
+}}
+\keyword{internal}
+