Skip to contents

Return the year of date date

Usage

standard_year(date)

Arguments

date

A date.

Value

The year component of a date.

Examples

if (FALSE) {
standard_year(c(1, 2, 3))
}