Description Usage Arguments See Also Examples
Returns a dataframe of ICD code and descriptions for all entries including any supplied keyword.
1 | ukb_icd_keyword(description, icd.version = 10, ignore.case = TRUE)
|
description |
A character vector of one or more keywords to be looked up in the ICD descriptions, e.g., "cardio", c("cardio", "lymphoma"). Each keyword can be a regular expression, e.g. "lymph*". |
icd.version |
The ICD version (or revision) number, 9 or 10. Default = 10. |
ignore.case |
If 'TRUE' (default), case is ignored during matching; if 'FALSE', the matching is case sensitive. |
ukb_icd_diagnosis
, ukb_icd_code_meaning
, ukb_icd_prevalence
1 | ukb_icd_keyword("cardio", icd.version = 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.