View source: R/is_date_format.R
is_date_format | R Documentation |
This function uses regular expression to determine whether a string is of the
format "mdy"
, separated by "-"
, "/"
, or "."
, returning a logical
vector.
is_date_format(string)
string |
Character string to test whether is a date format. |
logical value indicating whether the string is a date format.
Other Support:
any_idate()
,
camel_clean()
,
check_inputs()
,
cut_hour()
,
extract_date_range()
,
extract_hr()
,
heat_colours()
,
maxmin()
,
pairwise_count()
,
read_preamble()
,
rgb2hex()
,
totals_bind()
,
totals_col()
,
tstamp()
,
us_to_space()
,
wrap()
is_date_format("1/5/2020")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.