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

Format

A data frame with 4 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(ActivityDateType,10) }
#> # 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