IsDateTime: Check whether text can be parsed as date/time

View source: R/asdatetime.R

IsDateTimeR Documentation

Check whether text can be parsed as date/time

Description

Returns bool indicating whether text can be parsed as a date-time

Usage

IsDateTime(x)

Arguments

x

Vector of input text

Examples

IsDateTime("2007")
IsDateTime("abc")

NumbersInternational/flipTime documentation built on Feb. 26, 2024, 6:44 a.m.