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

Displayr/flipTime documentation built on Jan. 21, 2025, 12:31 a.m.