download_all_icd_data: Download all the additional data at once

Description Usage See Also Examples

View source: R/options.R

Description

It will download and parse WHO ICD-10, French, and Belgian codes and descriptions. It will also get years 2014, 2015, 2017, and 2018 for ICD-10-CM (diagnostic codes), and 2014–2019 procedure codes. 2016 and 2019 diagnostic codes are included in the package data. The total amount of data is about 340Mb. It is not necessary to do call download_all_icd_data for normal use: you may simply call the functions like get_icd10cm2014, which will download data when needed.

Usage

1

See Also

set_icd_data_dir

Examples

1
2
3
4
5
6
7
8
## Not run: 
# set_icd_data_dir()
# set_icd_data_dir("/tmp/icd")

# The following would download, and make all the known ICD data available
# download_all_icd_data()

## End(Not run)

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