expand_range_major | R Documentation |
Expand a pair of major codes into a range of major codes.
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 |
Primarily for internal use
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
expand_range_major("100", "102")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.