powered by
Given a character vector, check the validity of SEDOL (Stock Exchange Daily Official List) for each of its elements.
sedol_check(s)
A logical vector.
a character vector for whose elements validity of SEDOL is checked.
sedol_check('B014635') sedol_check('0263494') sedol_check(c('B014635', '0263494')) sedol_check(c('B014635', '0263495'))
Run the code above in your browser using DataLab