Description Usage Arguments Value Examples
Name stems once they have been split
1  | name_stems(split_stems, dis_names, separator = "|")
 | 
split_stems | 
 A vector of split stems outputted by   | 
dis_names | 
 A list of disease names associated with each position as used in   | 
separator | 
 Character to divide diseases in a stem, default of '|'  | 
A character vector of split stems converted to names, with each disease in a stem separated by defined separator.
1 2 3 4 5  | cut_stems = c('1-3', '2-3','1-2')
disease_names = list('Diabetes','Kidney Disease','Heart Failure')
name_stems(cut_stems, dis_names = disease_names) # many stems
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.