Description Usage Arguments Value Examples
View source: R/is_valid_icd10cm.R
is_valid_icd10cm
checks to see if the ICD-10-CM code is valid
and has between 3 and 8 characters, and starts with a letter and number.
1 |
x |
A string |
Boolean
1 2 3 | is_valid_icd10cm("F320") # valid
is_valid_icd10cm("F32") # valid
is_valid_icd10cm("296") # invalid
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.