sedol_check {figir} | R Documentation |
Check validity of SEDOL
Description
Given a character vector, check the validity of SEDOL (Stock Exchange Daily Official List) for each of its elements.
Usage
sedol_check(s)
Arguments
s |
a character vector for whose elements validity of SEDOL is checked. |
Value
A logical vector.
Examples
sedol_check('B014635')
sedol_check('0263494')
sedol_check(c('B014635', '0263494'))
sedol_check(c('B014635', '0263495'))
[Package figir version 0.1.7.0 Index]