icd (version 4.0.6)

download_all_icd_data: Download all the additional data at once

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

download_all_icd_data()

Arguments

See Also

set_icd_data_dir

Examples

Run this code
# NOT RUN {
set_icd_data_dir()
# or configure a directory to us:
# options("icd.data.resource" = "/tmp/icd")
# or
# set_icd_data_dir("/tmp/icd")

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

Run the code above in your browser using DataCamp Workspace