Description Usage Arguments Value Examples
Parse vocabulary from a set of names
1 | parse_stubs(names, sep = "_", sort = FALSE)
|
names |
Names created by vocabulary as character vector |
sep |
Separator between different levels of name |
sort |
Whether to sort stubs (within a level) by decreasing order of occurrence |
List of class convomin
to represent controlled vocabulary
1 2 | vbl_names <- c("ind_a", "ind_b", "amt_a", "amt_c", "cat_c_pre", "cat_c_post")
parse_stubs(vbl_names, sep = "_")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.