powered by
Given a character vector, check the validity of CUSIP (Committee on Uniform Security Identification Procedures) for each of its elements.
cusip_check(s)
A logical vector.
a character vector for whose elements validity of CUSIP is checked.
cusip_check("052800109") cusip_check("87162M409") cusip_check("500750104") cusip_check(c("052800109", "87162M409")) cusip_check(c("052800109", "87162M407"))
Run the code above in your browser using DataLab