read_ct_spec_example | R Documentation |
read_ct_spec_example()
imports one of the bundled controlled terminology
specification data sets as a tibble into R.
read_ct_spec_example(example)
example |
The file name of a controlled terminology data set bundled
with |
A tibble with a controlled terminology specification data set, or a character vector of example file names.
# 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.