View source: R/code_termination.R
code_term_date | R Documentation |
Creates a column with the date of termination of the treaty.
code_term_date(title, text = NULL)
title |
title column variable. |
text |
treaty text column variable |
a character vector with the term date of the treaty
## Not run:
HUGGO <- dplyr::slice_sample(manyenviron::agreements$HUGGO, n = 200)
code_term_date(HUGGO$Title)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.