get_county {rocnp}R Documentation

Extract County of Issue from the Personal Numeric Code

Description

Extract County of Issue from the Personal Numeric Code

Usage

get_county(cnp)

Arguments

cnp

a 13-digit number (or a vector of 13-digit numbers) representing the Personal Numeric Code - CNP

Value

a string representing the name of the county where the CNP was issued

Examples

get_county(6201206018078)
get_county(5201206346491)
get_county(1940616346114)
get_county(7041218318525)

[Package rocnp version 0.1.0 Index]