Creates a column with the date of termination of the treaty.

code_term_date(title, text = NULL)

Arguments

title

title column variable.

text

treaty text column variable

Value

a character vector with the term date of the treaty

Examples

if (FALSE) { # \dontrun{
HUGGO <- dplyr::slice_sample(manyenviron::agreements$HUGGO, n = 200)
code_term_date(HUGGO$Title)
} # }