is.POSIXlt: Is POSIXlt

Description Usage Arguments Details Value Examples

View source: R/util_helper.R

Description

Tests whether an object is POSIXlt.

Usage

1

Arguments

x

Object to be tested

Details

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

Value

whether x is POSIXlt

Examples

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

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