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

code_term(title, text = NULL)

Arguments

title

title column variable

text

treaty text column variable

Value

a character vector with the termination clause type of the treaty

Examples

if (FALSE) { # \dontrun{
m <- manyenviron::agreements$HUGGO[200:300,]
code_term(m$Title)
code_term(m$Title, m$Text)
} # }