Description Usage Arguments Value
View source: R/class-date_tbl.R
str_dt_dttm()
returns "date"
if the string can be parsed as a Date
and
contains no time information. It returns "datetime"
if the string can be
parsed as a datetime and contains time information. Otherwise, it returns
NA_character_
.
1 |
date |
A potential date encoded as a string |
"date"
, "datetime"
, or NA_character_
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.