Description Usage Arguments Details Value References Examples
Append a check-digit to input SEDOLs
| 1 | 
| x | Input containing SEDOLs (character) | 
Implemented the algorithm for computing the SEDOL check digit, as described on Wikipedia.
Character.
Wiki page: https://en.wikipedia.org/wiki/SEDOL
| 1 2 | sedols <- c("208942", "298356", "BFSSDS", "270502")
appendSEDOLCheckDigit(sedols)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.