get_relationships | R Documentation |
Get child/parent pairs in a data.frame for a specific code
get_relationships(dict, code, children)
dict |
Clinical dictionary object |
code |
Clinical code to check |
children |
T/F flag to search child codes (T) or parent codes (F) |
data.frame of child/parent codes
## Not run: config_file<-paste0(system.file("clinconcept"),"/extdata/dictconfig.json") dict<-cc_from_file("NHSReadV3",config_file) h3_rels<-get_relationships(dict,"H31..",children=F) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.