Creates a column with the type of termination of the treaty.
code_term(title, text = NULL)
a character vector with the termination clause type of the treaty
if (FALSE) { # \dontrun{
m <- manyenviron::agreements$HUGGO[200:300,]
code_term(m$Title)
code_term(m$Title, m$Text)
} # }