Hao Zhu | cdd7f92 | 2018-01-08 11:39:40 -0500 | [diff] [blame^] | 1 | % Generated by roxygen2: do not edit by hand |
| 2 | % Please edit documentation in R/footnote.R |
| 3 | \name{footnote} |
| 4 | \alias{footnote} |
| 5 | \title{Add footnote (new)} |
| 6 | \usage{ |
| 7 | footnote(kable_input, general = NULL, number = NULL, alphabet = NULL, |
| 8 | symbol = NULL, footnote_order = c("general", "number", "alphabet", |
| 9 | "symbol"), footnote_as_chunk = FALSE, general_title = "Note: ", |
| 10 | number_title = "", alphabet_title = "", symbol_title = "") |
| 11 | } |
| 12 | \description{ |
| 13 | Add footnote (new) |
| 14 | } |