possibly_date: Check whether conversion to a date is possible

Description Usage Arguments Value See Also Examples

Description

Check whether a vector can be converted to a date.

Usage

1

Arguments

x

vector or factor

Value

A logical value, indicating whether as.Date can be faithfully applied to x.

See Also

is_date, guessDateFormat

Examples

1
2
possibly_date("2017-03-04")
possibly_date("2017-13-04")

stla/hwriteXLSX documentation built on May 7, 2019, 10:40 a.m.