View source: R/prep_list_voc.R
| prep_list_voc | R Documentation |
voc: vocabulariesAll valid voc: vocabularies
prep_list_voc()
character() all voc: suffixes allowed for
prep_get_data_frame().
## Not run:
prep_list_dataframes()
prep_list_voc()
prep_get_data_frame("<ICD10>")
my_voc <-
tibble::tribble(
~ voc, ~ url,
"test", "data:datasets|iris|Species+Sepal.Length")
prep_add_data_frames(`<>` = my_voc)
prep_list_dataframes()
prep_list_voc()
prep_get_data_frame("<test>")
prep_get_data_frame("<ICD10>")
my_voc <-
tibble::tribble(
~ voc, ~ url,
"ICD10", "data:datasets|iris|Species+Sepal.Length")
prep_add_data_frames(`<>` = my_voc)
prep_list_dataframes()
prep_list_voc()
prep_get_data_frame("<ICD10>")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.