Creates a column with the date of termination of the treaty.
code_term_date(title, text = NULL)
a character vector with the term date of the treaty
if (FALSE) { # \dontrun{
HUGGO <- dplyr::slice_sample(manyenviron::agreements$HUGGO, n = 200)
code_term_date(HUGGO$Title)
} # }