R/is.POSIXct.R

Defines functions is.POSIXct

Documented in is.POSIXct

#' Function to check if an object is a POSIXct object.
#'
#' @param x object to be tested
#' @return returns TRUE/FALSE
#' @export

is.POSIXct <- function(x) inherits(x, "POSIXct")
plvoit/PaulsPack documentation built on Dec. 15, 2019, 10:24 p.m.