read_ct_spec | R Documentation |
read_ct_spec()
imports a controlled terminology specification data set as a
tibble.
read_ct_spec(file = cli::cli_abort("`file` must be specified"))
file |
A path to a file containing a controlled terminology specification data set. The following are expected of this file:
|
A tibble with a controlled terminology specification.
# Get the local path to one of the controlled terminology example files.
path <- ct_spec_example("ct-01-cm")
# Import it to R.
read_ct_spec(file = path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.