Learn R Programming

manydata (version 1.1.3)

find_year: 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

find_year(date)

Value

A character vector with condensed dates

Arguments

date

A date variable

Examples

Run this code
if (FALSE) {
IEADB <- dplyr::slice_sample(manyenviron::agreements$IEADB, n = 10)
code_dates(IEADB$Title)
}

Run the code above in your browser using DataLab