fda_table: Generate a table for FDA define.pdf document

View source: R/fda_define.R

fda_tableR Documentation

Generate a table for FDA define.pdf document

Description

Generate a table for FDA define.pdf document

Usage

fda_table(x, widths = c(0.75, 2.1, 0.6, 2.2), ...)

fda_table_file(file)

Arguments

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

Value

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.

Examples

spec <- load_spec_ex()
spec
fda_table(spec)


metrumresearchgroup/yspec documentation built on May 24, 2024, 12:48 a.m.