Types of date for activities. There are many different business models and dates that can be used to describe the start and end of activities. It is recommended that each publisher adopts their own consistent approach that provides users with a meaningful indication of the lifespan of an activity.
ActivityDateType
A data frame with 4 rows and 6 variables:
codedouble COLUMN_DESCRIPTION
namecharacter COLUMN_DESCRIPTION
descriptioncharacter COLUMN_DESCRIPTION
categorylogical COLUMN_DESCRIPTION
urllogical COLUMN_DESCRIPTION
statuscharacter COLUMN_DESCRIPTION
https://iatistandard.org/en/iati-standard/203/codelists/
#> # A tibble: 4 x 6 #> code name description category url status #> <dbl> <chr> <chr> <lgl> <lgl> <chr> #> 1 1 Planned … The date on which the activity is plann… NA NA active #> 2 2 Actual s… The actual date the activity starts, fo… NA NA active #> 3 3 Planned … The date on which the activity is plann… NA NA active #> 4 4 Actual e… The actual date the activity ends, for … NA NA active