Fetches the list of jurisdictions (countries and their subdivisions) recognized by the GLEIF API.
Examples
# \donttest{
head(lei_jurisdictions())
#> code name
#> 1 AD Andorra
#> 2 AD-02 <NA>
#> 3 AD-03 <NA>
#> 4 AD-04 <NA>
#> 5 AD-05 <NA>
#> 6 AD-06 <NA>
# }