is.POSIXct: Is POSIXct

Description Usage Arguments Details Value Examples

View source: R/util_helper.R

Description

Tests whether an object is POSIXct.

Usage

1

Arguments

x

Object to be tested

Details

Note: Suggestion by https://stackoverflow.com/a/26413765

Value

whether x is POSIXct

Examples

1
2
x <- "blub"
is.X.POSIXct <- is.POSIXct(x)#returns F

cog-ethz/evertools documentation built on April 1, 2020, 10:30 p.m.