View source: R/code_agreements.R
code_agreements | R Documentation |
Creates an ID that contains information on the parties to an agreement, the type of agreement, the date, and the linkage to other agreements.
code_agreements(dataset = NULL, title, date)
dataset |
A 'many' dataset.
If provided without a title and date variables, the function finds title and
date conforming columns in the dataset.
The function "expects" that there are variables named |
title |
A title variable.
The function "expects" that the variable has been standardised using
|
date |
A date variable.
The function "expects" that the variable has been standardised using
|
a character vector with the treatyIDs
## Not run:
IEADB <- dplyr::slice_sample(manyenviron::agreements$IEADB, n = 10)
code_agreements(dataset = IEADB)
code_agreements(title = IEADB$Title, date = IEADB$Beg)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.