fda_define | R Documentation |
Generate content for FDA define document
fda_define(file, title = "Datasets", ext = ".xpt", loc = ".", ...)
file |
full path to define yaml file |
title |
used in yaml front matter |
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 |
... |
arguments passed to rendering functions; see details |
A character vector of in markdown format. Wrap
fda_define()
in writeLines()
and
render asis
in an Rmarkdown document.
fda_table()
proj <- file_proj_ex()
cat(readLines(proj), sep = "\n")
## Not run:
fda_define(proj)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.