View source: R/code_agreements.R
code_dates | R Documentation |
Agreements should have a unique identification number that is meaningful, we condense their signature dates to produce this number.
code_dates(date)
date |
A date variable |
A character vector with condensed dates
## Not run:
IEADB <- dplyr::slice_sample(manyenviron::agreements$IEADB, n = 10)
code_dates(IEADB$Title)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.