separate_YMD: Separate Year/Month/Day

View source: R/separate_YMD.R

separate_YMDR Documentation

Separate Year/Month/Day

Description

separate_YMD contains helper functions to separate an input date into year, month, and day.

Usage

separate_YMD(d)

Arguments

d

is an input date.

Value

an array contains year, month, date of the input date d.


creditr documentation built on April 3, 2025, 5:53 p.m.