Description Usage Arguments Value Examples
Scrape attributes of entitities from lei-lookup.com given list of LEI codes
1 2 | scrapeLEI(lei_codes, token = "", proxy = paste(getIEProxy(), collapse =
":"), showMissing = F)
|
|
character verctor of LEI codes |
|
token for access to lei-lookup.com REST API |
|
proxy settings |
list of legal entities with all attributes
1 2 3 4 5 6 | lei_vec <- c("259400DZXF7UJKK2AY35", "some misspelled LEI", "529900LN3S50JPU47S06", "some other LEI")
scrapeLEI(lei_vec)
scrapeLEI(lei_vec, showMissing = T)
convertEntityList2df(scrapeLEI(lei_vec))
convertEntityList2df(scrapeLEI(lei_vec), wide = F)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.