Lifecycle status of the activity from pipeline to completion

ActivityStatus

Format

A data frame with 6 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(ActivityStatus,10) }
#> # A tibble: 6 x 6 #> code name description category url status #> <dbl> <chr> <chr> <lgl> <lgl> <chr> #> 1 1 Pipeline/id… The activity is being scoped or plan… NA NA active #> 2 2 Implementat… The activity is currently being impl… NA NA active #> 3 3 Finalisation Physical activity is complete or the… NA NA active #> 4 4 Closed Physical activity is complete or the… NA NA active #> 5 5 Cancelled The activity has been cancelled NA NA active #> 6 6 Suspended The activity has been temporarily su… NA NA active