is.oin: Test if a character vector contains correct 'oin'

Description Usage Arguments Value Examples

View source: R/oin.R

Description

Test which elements in a text vector that contains organization identity number.

Usage

1
is.oin(oin)

Arguments

oin

Character vector to be tested if it is an oin of the right format.

Value

Logical vector indicating if the elements can be an organization identity number.

Examples

1
2
ex_oin <- c("556000-4615", "232100-0156", "802002-4280", "8020024280", "AA2002-4280")
is.oin(ex_oin)

sweidnumbr documentation built on March 31, 2020, 5:24 p.m.