is.POSIXt: Is POSIXt

Description Usage Arguments Details Value Examples

View source: R/util_helper.R

Description

Tests whether an object is POSIXt.

Usage

1

Arguments

x

Object to be tested

Details

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

Value

whether x is POSIXt

Examples

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

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