Description Usage Arguments Value Examples
Extract Residence Status from the Personal Numeric Code
1 | get_status(cnp, lang = c("RO", "EN"))
|
cnp |
a 13-digit number (or a vector of 13-digit numbers) representing the Personal Numeric Code - CNP |
lang |
a string denoting the language for the status - either |
a string denoting residence status in the language of choice
1 2 3 4 5 6 | get_status(6201206018078)
get_status(5201206346491)
get_status(1940616346114)
get_status(1940616346114, lang = "EN")
get_status(7041218318525)
get_status(7041218318525, lang = "EN")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.