Agreements should have a unique identification number that is meaningful, we condense their signature dates to produce this number.

code_dates(date)

Arguments

date

A date variable

Value

A character vector with condensed dates

Examples

if (FALSE) { # \dontrun{
IEADB <- dplyr::slice_sample(manyenviron::agreements$IEADB, n = 10)
code_dates(IEADB$Title)
} # }