View source: R/code_agreements.R
code_known_agreements | R Documentation |
Some agreements have known abbreviations that facilitate their identification.
code_known_agreements(title)
title |
A character vector of treaty title |
The function identifies agreements that match the list of known
agreements with their titles, abbreviations and signature dates and
substitutes the known titles for abbreviations.For the complete list of
known agreements coded for and their respective abbreviations please run
the function without an argument (i.e. code_known_agreements()
).
A character vector of abbreviation of known treaties
## Not run:
IEADB <- dplyr::slice_sample(manyenviron::agreements$IEADB, n = 10)
code_known_agreements(IEADB$Title)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.