Description Usage Arguments Methods (by class) Examples
Expand a pair of major codes into a range of major codes. Primarily for use
by icd.data
.
1 2 3 4 5 6 7 8 9 10 | expand_range_major(start, end, defined = TRUE)
## Default S3 method:
expand_range_major(start, end, defined = TRUE)
## S3 method for class 'icd10cm'
expand_range_major(start, end, defined = TRUE)
## S3 method for class 'icd9'
expand_range_major(start, end, defined = TRUE)
|
... |
arguments passed on to other functions |
default
: Expand range of top-level, 'major' codes
of unknown type
icd10cm
: Expand range of top-level ICD-10 codes
icd9
: Expand a range of ICD-9 major codes into
major codes
1 | expand_range_major("100", "102")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.