Description Usage Arguments Value Examples
View source: R/check_cnp_is_valid.R
Check if a CNP is valid
1 | check_cnp_is_valid(cnp)
|
cnp |
a 13-digit number (or a vector of 13-digit numbers) representing the Personal Numeric Code - CNP |
a logical vector (TRUE
, FALSE
or NA
)
1 2 3 4 | check_cnp_is_valid(1940616346114)
check_cnp_is_valid(7041218318525)
check_cnp_is_valid(62012060180783)
check_cnp_is_valid(NA)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.