Skip to contents

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

Usage

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) {
m <- manyenviron::texts$AGR_TXT[200:300,]
code_term(m$Title)
code_term(m$Title, m$Text)
}