Geographic scope of activity

ActivityScope

Format

A data frame with 8 rows and 6 variables:

code

double COLUMN_DESCRIPTION

name

character COLUMN_DESCRIPTION

description

character COLUMN_DESCRIPTION

category

logical COLUMN_DESCRIPTION

url

logical COLUMN_DESCRIPTION

status

character COLUMN_DESCRIPTION

Source

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

Examples

{ head(ActivityScope,10) }
#> # A tibble: 8 x 6 #> code name description category url status #> <dbl> <chr> <chr> <lgl> <lgl> <chr> #> 1 1 Global The activity scope is global NA NA active #> 2 2 Regional The activity scope is a supra… NA NA active #> 3 3 Multi-national The activity scope covers mul… NA NA active #> 4 4 National The activity scope covers one… NA NA active #> 5 5 Sub-national: Mult… The activity scope covers mor… NA NA active #> 6 6 Sub-national: Sing… The activity scope covers one… NA NA active #> 7 7 Sub-national: Sing… The activity scope covers one… NA NA active #> 8 8 Single location The activity scope covers one… NA NA active