is_code_present | R Documentation |
Determine if a code is present in the supplied clinical dictionary
is_code_present(dict, code)
dict |
Clinical dictionary object |
code |
Clinical code to check |
TRUE if present, FALSE if not
## Not run: config_file<-paste0(system.file("clinconcept"),"/extdata/dictconfig.json") dict<-cc_from_file("NHSReadV3",config_file) h3_child_codes<-get_parent_codes(dict,"H31..",immediate_children=F) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.