View source: R/domain_example.R
read_domain_example | R Documentation |
read_domain_example()
imports one of the bundled SDTM domain examples
as a tibble into R. See domain_example()
for
possible choices.
read_domain_example(example)
example |
The name of SDTM domain example, e.g. |
A tibble with an SDTM domain dataset, or a character vector of example file names.
domain_example()
# Leave the `example` parameter as missing for available example files.
read_domain_example()
# Read the example Concomitant Medication domain.
read_domain_example("cm")
# Read the example Adverse Events domain.
read_domain_example("ae")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.