fda_content_table: Print a table of contents for FDA define document

View source: R/fda_define.R

fda_content_tableR Documentation

Print a table of contents for FDA define document

Description

Print a table of contents for FDA define document

Usage

fda_content_table(x, ext = ".xpt", loc = ".")

Arguments

x

a spec define object

ext

data set file extension to include; this should only be changed from default value of ".xpt" for testing purposes

loc

location to use for data set files; this should only be changed from default value of "." for testing purposes

See Also

load_spec_proj

Examples

proj <- file_proj_ex()

spec <- load_spec_proj(proj)

fda_content_table(spec)

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