tab_notes | R Documentation |
Form table notes
tab_notes(
notes = character(0),
escape_fun = tab_escape,
note_config = noteconf(type = "tpt"),
r_file = getOption("mrg.script", NULL),
r_file_label = "Source code: ",
output_file = NULL,
output_file_label = "Source file: ",
output_dir = getOption("pmtables.dir"),
path.type = getOption("pmtables.path.type", "none"),
...
)
notes |
a character vector of notes to include at the foot of the table;
use |
escape_fun |
a function passed to |
note_config |
a |
r_file |
the name of the R file containing code to generate the table;
the file name will be included in the notes in the table footer; see also
|
r_file_label |
a prefix for |
output_file |
the name of the output file where the table text will be
saved; the file name will be included in the notes in the table footer; see
also |
output_file_label |
a prefix for |
output_dir |
directory location where output |
path.type |
whether to include the path to the output file in the
table notes and how to format it; options include "none", "proj", and
"raw"; see |
... |
not used. |
tab <- stable(
stdata(),
note_config = noteconf(type = "mini")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.