Lifecycle status of the activity from pipeline to completion
Format
A data frame with 6 rows and 6 variables:
codedouble code
namecharacter name
descriptioncharacter description
categorydouble category
urlcharacter url
statuscharacter status
Examples
{
knitr::kable(head(codeActivityStatus, 10))
}
#>
#>
#> | code|name |description |category |url |status |
#> |----:|:-----------------------|:--------------------------------------------------------------------------------------------------------------------------------------|:--------|:---|:------|
#> | 1|Pipeline/identification |The activity is being scoped or planned |NA |NA |active |
#> | 2|Implementation |The activity is currently being implemented |NA |NA |active |
#> | 3|Finalisation |Physical activity is complete or the final disbursement has been made, but the activity remains open pending financial sign off or M&E |NA |NA |active |
#> | 4|Closed |Physical activity is complete or the final disbursement has been made. |NA |NA |active |
#> | 5|Cancelled |The activity has been cancelled |NA |NA |active |
#> | 6|Suspended |The activity has been temporarily suspended |NA |NA |active |