rt_get_date_fields | R Documentation |
returns whether or not a value is NULL, NA, or NAN
rt_get_date_fields(date_vector, reference_date = NULL)
date_vector |
a vector of dates |
reference_date |
the reference/base date used for fields such as (is_current_xxx). If NULL (default), then today's date is used. |
date_vector <- lubridate::as_date('2018-01-01') + seq(0, 400) rt_get_date_fields(date_vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.