View source: R/utils_is_time.R
utils_is_time | R Documentation |
Title
utils_is_time(x = NULL)
x |
(required, vector) Vector to test. If the class of the vector elements is 'numeric', 'POSIXct', or 'Date', the function returns TRUE. Default: NULL. |
logical
Other internal_time_handling:
utils_as_time()
,
utils_coerce_time_class()
,
utils_new_time()
,
utils_time_keywords()
,
utils_time_keywords_dictionary()
,
utils_time_keywords_translate()
,
utils_time_units()
utils_is_time(
x = c("2024-01-01", "2024-02-01")
)
utils_is_time(
x = utils_as_time(
x = c("2024-01-01", "2024-02-01")
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.