convert18: Convert the 15 Digits ID Number to 18 Digits

View source: R/convert18.R

convert18R Documentation

Convert the 15 Digits ID Number to 18 Digits

Description

Convert the 15 Digits ID Number to 18 Digits.

Usage

convert18(id)

Arguments

id

A vector of ID numbers.

Value

The corresponding 18 digits ID number.

Examples

id = c(
  "653127198503161793",
  "652801197305161555",
  "130206202202291545", 
  "110101841125178",
  "12345678",
  "65312a198204181793"
)
convert18(id)


CNID documentation built on April 4, 2025, 5:22 a.m.