expand_range_major: Expand two major codes to a range

Description Usage Arguments Details Methods (by class) Examples

View source: R/ranges.R

Description

Expand a pair of major codes into a range of major codes.

Usage

 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

...

arguments passed on to other functions

Details

Primarily for internal use

Methods (by class)

Examples

1
expand_range_major("100", "102")

jackwasey/icd documentation built on Nov. 23, 2021, 9:56 a.m.