View source: R/code_termination.R
code_term | R Documentation |
Creates a column with the type of termination of the treaty.
code_term(title, text = NULL)
title |
title column variable |
text |
treaty text column variable |
a character vector with the termination clause type of the treaty
## Not run:
m <- manyenviron::agreements$HUGGO[200:300,]
code_term(m$Title)
code_term(m$Title, m$Text)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.