any_idate {vivainsights} | R Documentation |
Identify whether variable is an IDate class.
Description
This function checks whether the variable is an IDate class.
Usage
any_idate(x)
Arguments
x |
Variable to test whether an IDate class. |
Value
logical value indicating whether the string is of an IDate class.
See Also
Other Support:
camel_clean()
,
check_inputs()
,
cut_hour()
,
extract_date_range()
,
extract_hr()
,
heat_colours()
,
is_date_format()
,
maxmin()
,
pairwise_count()
,
read_preamble()
,
rgb2hex()
,
totals_bind()
,
totals_col()
,
tstamp()
,
us_to_space()
,
wrap()
Examples
any_idate("2023-12-15")
[Package vivainsights version 0.5.3 Index]