Skip to contents

Fetches the list of jurisdictions (countries and their subdivisions) recognized by the GLEIF API.

Usage

lei_jurisdictions()

Value

A data.frame() with columns:

  • code: The jurisdiction code

  • name: The jurisdiction name

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>
# }