get_sample_codes | R Documentation |
Generates a vector of random ICD codes
get_sample_codes(code_type, n = 5, seed = NULL)
code_type |
Type and version of ICD code to use. Must be one of:
|
n |
Number of codes to return. Defaults to 5. |
seed |
Optional seed to use (via |
A character vector of ICD codes
get_sample_codes("dx10")
get_sample_codes("dx9", n=2)
get_sample_codes("pr10", n=1, seed=0) # should be "047A36Z"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.