Description Usage Arguments Value See Also Examples
View source: R/concept_names.R
This function accepts a (lazy) tibble and for each variable of the form
XXX_concept_id
adds a corresponding variable
XXX_concept_name
obtained by (left) joining against the
concept
table of the 'CDM'.
1 2 |
tibl |
A (lazy) reference to a tibble. |
names |
An optional list of |
cin |
A (lazy) reference to a vocabulary tibble with variables
|
verb |
If true, print progress to the console. |
fill |
If true, fill non-matching concept names with a string conversion of the concept ID. |
copy |
|
A named list with elements corresponding to dbplyr
lazy tibble references.
1 2 3 4 | con = omopr:::dummy_con() # dummy connection to allow example to run
tRefs = omopr_init(con)
tRefs[["measurement"]] %>% concept_names()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.