fda_table | R Documentation |
Generate a table for FDA define.pdf document
fda_table(x, widths = c(0.75, 2.1, 0.6, 2.2), ...)
fda_table_file(file)
x |
a yspec object |
widths |
column widths in inches; must be numeric vector with length 4 |
... |
not currently used |
file |
the full path to yaml specification file |
Character vector of latex code for the content of an FDA
define.pdf
document. It includes a table of contents as well as data spec
tables for each dataset for a project.
spec <- load_spec_ex()
spec
fda_table(spec)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.