change add_footnote_adv to footnote
diff --git a/man/add_footnote_adv.Rd b/man/add_footnote_adv.Rd
deleted file mode 100644
index 6fb62d9..0000000
--- a/man/add_footnote_adv.Rd
+++ /dev/null
@@ -1,14 +0,0 @@
-% Generated by roxygen2: do not edit by hand
-% Please edit documentation in R/footnote.R
-\name{add_footnote_adv}
-\alias{add_footnote_adv}
-\title{Add advanced footnote}
-\usage{
-add_footnote_adv(kable_input, general = NULL, number = NULL,
- alphabet = NULL, symbol = NULL, footnote_order = c("general", "number",
- "alphabet", "symbol"), general_title = "Note: ", number_title = "",
- alphabet_title = "", symbol_title = "")
-}
-\description{
-Add advanced footnote
-}
diff --git a/man/footnote.Rd b/man/footnote.Rd
new file mode 100644
index 0000000..1dddc7d
--- /dev/null
+++ b/man/footnote.Rd
@@ -0,0 +1,14 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/footnote.R
+\name{footnote}
+\alias{footnote}
+\title{Add footnote (new)}
+\usage{
+footnote(kable_input, general = NULL, number = NULL, alphabet = NULL,
+ symbol = NULL, footnote_order = c("general", "number", "alphabet",
+ "symbol"), footnote_as_chunk = FALSE, general_title = "Note: ",
+ number_title = "", alphabet_title = "", symbol_title = "")
+}
+\description{
+Add footnote (new)
+}