get_icd10cm_version: Get the data for a given version (four-digit year) of...

Description Usage Arguments Functions Examples

Description

When called without an argument, it returns the currently active version as set by set_icd10cm_active_ver()

Usage

1
2
3
get_icd10cm_version(ver, verbose = .verbose())

get_icd10cm_active(verbose = FALSE)

Arguments

ver

Character version of ICD-10-CM to use, corresponding to the suffix of the data.frame name, e.g. for 2019 ICD-10-CM, use "icd10cm2019" for Dutch 2014 ICD-CM translations, use 'icd10cm2014_nl"

verbose

single logical value, defaults to FALSE in most settings, based on the default value of the option. Verbose output may be set for the R session using options(icd.data.verbose = TRUE). Furthermore, for some functions, setting the verbosity to an integer greater than one will give more verbosity. This is primarily for development.

Functions

Examples

1
2
3
4
## Not run: 
get_icd10cm_version("2018")

## End(Not run)

jackwasey/icd.data documentation built on May 31, 2019, 10:47 p.m.