is.ISO8601: Check whether character timestamp is in iso8601 format.

View source: R/is.ISO8601.R

is.ISO8601R Documentation

Check whether character timestamp is in iso8601 format.

Description

Checks whether timestamp stored in character format is in ISO8601 format or not

Usage

is.ISO8601(x)	

Arguments

x

Timestamps in character format either in ISO8601 or as "yyyy-mm-dd hh:mm:ss".

Examples

x ="1980-1-1 18:00:00"
is.ISO8601(x)

GGIR documentation built on Sept. 11, 2024, 8:59 p.m.