is.date: Check if values are valid dates

View source: R/helper.R

is.dateR Documentation

Check if values are valid dates

Description

This function check is equivalent to is.numeric(), is.logical(), and checks for the date type classes POSIXct, POSIXt and Date. And wether the character vector can be formatted to dates.

Usage

is.date(x)

Arguments

x

object to be tested

Value

TRUE if its either POSIXct, POSIXt or Date. FALSE otherwise.

See Also

Other development tools: GET(), chart_layout(), convert_date(), default_dates(), fetch(), flatten()


cryptoQuotes documentation built on April 4, 2025, 2:33 a.m.