code_term_date: Code treaty termination date

View source: R/code_termination.R

code_term_dateR Documentation

Code treaty termination date

Description

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

Usage

code_term_date(title, text = NULL)

Arguments

title

title column variable.

text

treaty text column variable

Value

a character vector with the term date of the treaty

Examples

## Not run: 
HUGGO <- dplyr::slice_sample(manyenviron::agreements$HUGGO, n = 200)
code_term_date(HUGGO$Title)

## End(Not run)

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