is_date_time | R Documentation |
is_date_time()
: Predicate for date, time, or date-time vector identification.
is_date_time(x)
x |
a vector |
a scalar logical
iris |>
dplyr::mutate(date = as.Date("2000-01-01") + dplyr::row_number()) |>
lapply(gtsummary:::is_date_time)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.