expand_range_major: Expand two major codes to a range

Description Usage Arguments Methods (by class) Examples

View source: R/ranges.R

Description

Expand a pair of major codes into a range of major codes. Primarily for use by icd.data.

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

Methods (by class)

Examples

1
expand_range_major("100", "102")

icd documentation built on July 2, 2020, 4:07 a.m.