Learn R Programming

figir (version 0.1.7.0)

sedol_check: 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)

Value

A logical vector.

Arguments

s

a character vector for whose elements validity of SEDOL is checked.

Examples

Run this code
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