fda_content_table | R Documentation |
Print a table of contents for FDA define document
fda_content_table(x, ext = ".xpt", loc = ".")
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 |
load_spec_proj
proj <- file_proj_ex()
spec <- load_spec_proj(proj)
fda_content_table(spec)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.