add add_footnote_adv (temp name) for html table
diff --git a/man/add_footnote_adv.Rd b/man/add_footnote_adv.Rd
new file mode 100644
index 0000000..6fb62d9
--- /dev/null
+++ b/man/add_footnote_adv.Rd
@@ -0,0 +1,14 @@
+% 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
+}