Construct a DATE_EXACT string

date_exact(year = integer(), month = integer(), day = integer())

Arguments

year

The year.

month

The month of the year.

day

The day of the month.

Value

A DATE_EXACT string

Details

Even though the day, month, and year are all required for an exact date, empty default values have been set so that they are represented as zero-length rows in the tidyged file (i.e. omitted).