Description
Work with Romanian Personal Numeric Codes PNC / CNP.
Description
A set of tools for working with Romanian personal numeric codes. The core is a validation function which applies several verification criteria to assess the validity of numeric codes. This is accompanied by functionality for extracting the different components of a personal numeric code. A personal numeric code is issued to all Romanian residents either at birth or when they obtain a residence permit.
README.md
rocnp
The goal of {rocnp} is to provide a set of functions for working with Romanian personal numeric codes.
Features
Installation
You can’t install the released version of {rocnp} from CRAN just yet:
#install.packages("rocnp")
Alternatively, if you need the development version from GitHub, install it with
# install.packages(devtools)
devtools::install_dev("rocnp")
Example
This is a basic example which shows you how to solve a common problem:
#library(rocnp)
## basic example code