code_term: Code Treaty Termination Type

View source: R/code_termination.R

code_termR Documentation

Code Treaty Termination Type

Description

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

## Not run: 
m <- manyenviron::agreements$HUGGO[200:300,]
code_term(m$Title)
code_term(m$Title, m$Text)

## End(Not run)

globalgov/qCreate documentation built on April 27, 2023, 3:27 a.m.