date_exact: Construct a DATE_EXACT string

View source: R/dates.R

date_exactR Documentation

Construct a DATE_EXACT string

Description

Construct a DATE_EXACT string

Usage

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

Arguments

year

The year.

month

The month of the year.

day

The day of the month.

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).

Value

A DATE_EXACT string


jl5000/tidyged.internals documentation built on Aug. 21, 2022, 8:32 p.m.