assign_icd_data: Assign all the data in the package to the calling environment

Description Usage Examples

Description

Used by icd to load all the data into its environment. This should not be needed by most users, who can simply refer to the data objects normally after calling library(icd.data).

Usage

1

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
assign_icd_data()
# but most users just need to:
library(icd.data)
# then refer to the data in the package in the normal way:
print(icd10_chapters)
# or even simpler:
library(icd)
# which will attach icd.data

## End(Not run)

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