code_dates: Creates Numerical IDs from Signature Dates

View source: R/code_agreements.R

code_datesR Documentation

Creates Numerical IDs from Signature Dates

Description

Agreements should have a unique identification number that is meaningful, we condense their signature dates to produce this number.

Usage

code_dates(date)

Arguments

date

A date variable

Value

A character vector with condensed dates

Examples

## Not run: 
IEADB <- dplyr::slice_sample(manyenviron::agreements$IEADB, n = 10)
code_dates(IEADB$Title)

## End(Not run)

globalgov/qCreate documentation built on April 27, 2023, 3:27 a.m.