Description Usage Arguments Value Examples
Given a character vector, check the validity of CUSIP (Committee on Uniform Security Identification Procedures) for each of its elements.
1 | cusip_check(s)
|
s |
a character vector for whose elements validity of CUSIP is checked. |
A logical vector.
1 2 3 4 5 | cusip_check('052800109')
cusip_check('87162M409')
cusip_check('500750104')
cusip_check(c('052800109', '87162M409'))
cusip_check(c('052800109', '87162M407'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.