Description Usage Arguments Examples
View source: R/is_number_valid.R
NHS numbers are 10 digit numbers where the 10th digit is a checksum. This function validates the checksums of the supplied NHS numbers.
1 | is_number_valid(nhs_number, warn = TRUE)
|
nhs_number |
A 10 digit NHS number to validate |
warn |
Boolean that controls display of warning messages |
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.