sedol_check | R Documentation |
Given a character vector, check the validity of SEDOL (Stock Exchange Daily Official List) for each of its elements.
sedol_check(s)
s |
a character vector for whose elements validity of SEDOL is checked. |
A logical vector.
sedol_check('B014635')
sedol_check('0263494')
sedol_check(c('B014635', '0263494'))
sedol_check(c('B014635', '0263495'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.