recogniseDate: Recognise date

Description Usage Arguments Examples

View source: R/FormatDate.R

Description

An alias to recogniseDateTime when time is not available. Uses the default time_dummy parameter in recogniseDateTime.

Usage

1
recogniseDate(date, month, year)

Arguments

date

a string vector of dates.

month

A number (1 to 12) indicating the month this time point is in.

year

A number (with 4 digits) indicating the year this time point is in.

Examples

1
recogniseDate(c("02/04/2020", "04/18/20"), month = 4, year = 2020)

nyilin/QcDM documentation built on June 29, 2021, 1:14 a.m.