read_ct_spec_example {sdtm.oak} | R Documentation |
Read an example controlled terminology specification
Description
read_ct_spec_example()
imports one of the bundled controlled terminology
specification data sets as a tibble into R.
Usage
read_ct_spec_example(example)
Arguments
example |
The file name of a controlled terminology data set bundled
with |
Value
A tibble with a controlled terminology specification data set, or a character vector of example file names.
Examples
# Leave the `example` parameter as missing for available example files.
read_ct_spec_example()
# Read an example controlled terminology spec file.
read_ct_spec_example("ct-01-cm.csv")
# You may omit the file extension.
read_ct_spec_example("ct-01-cm")
[Package sdtm.oak version 0.2.0 Index]