Description Usage Arguments Value Examples
Generate random codes that fit the NHS number formatting specification. This is useful when generating synthetic patients or testing the varification functions.
1 | generate_nhs(size = 1)
|
size |
the number of codes you wish to generate |
a character vector of length size
with NHS Numbers
1 2 3 4 | nhs_1 <- generate_nhs()
print(nhs_1)
nhs_5 <- generate_nhs(5)
print(nhs_5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.