cusip_check: Check validity of CUSIP

View source: R/cusip.R

cusip_checkR Documentation

Check validity of CUSIP

Description

Given a character vector, check the validity of CUSIP (Committee on Uniform Security Identification Procedures) for each of its elements.

Usage

cusip_check(s)

Arguments

s

a character vector for whose elements validity of CUSIP is checked.

Value

A logical vector.

Examples

cusip_check("052800109")
cusip_check("87162M409")
cusip_check("500750104")
cusip_check(c("052800109", "87162M409"))
cusip_check(c("052800109", "87162M407"))


philaris/figir documentation built on Aug. 29, 2023, 8:07 a.m.