This codelists exists to group the Budget Identifier codelist into sectors. It is not used as a codelist in its own right. This is a Non-Core codelist.

BudgetIdentifierSector

Format

A data frame with 31 rows and 6 variables:

code

double COLUMN_DESCRIPTION

name

character COLUMN_DESCRIPTION

description

logical COLUMN_DESCRIPTION

category

double COLUMN_DESCRIPTION

url

logical COLUMN_DESCRIPTION

status

character COLUMN_DESCRIPTION

Source

https://iatistandard.org/en/iati-standard/203/codelists/

Examples

{ head(BudgetIdentifierSector,10) }
#> # A tibble: 10 x 6 #> code name description category url status #> <dbl> <chr> <lgl> <dbl> <lgl> <chr> #> 1 1.1 Executive NA 1 NA active #> 2 1.2 Legislative NA 1 NA active #> 3 1.3 Accountability NA 1 NA active #> 4 1.4 External Affairs NA 1 NA active #> 5 1.5 General Personnel Services NA 1 NA active #> 6 1.6 Statistics NA 1 NA active #> 7 1.7 Other General Services NA 1 NA active #> 8 1.8 Elections NA 1 NA active #> 9 2.1 Justice, Law and Order NA 2 NA active #> 10 2.2 Defence NA 2 NA active