Description Usage Arguments Value Examples
Given a character vector, check the validity of ISIN (International Securities Identification Number) for each of its elements.
1 | isin_check(s)
|
s |
a character vector for whose elements validity of ISIN (International Securities Identification Number) is checked. |
A logical vector.
1 2 3 | isin_check('BBG000BLNQ16')
isin_check('NRG92C84SB39')
isin_check(c('BBG000BLNQ16', 'NRG92C84SB39'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.