get_current_date | R Documentation |
If R4GPF.current_date
option is not set, the current system date is used.
get_current_date()
A date.
get_current_date()
# Setting custom date using `R4GPF.current_date` option
options(R4GPF.current_date = as.Date("2023-01-01"))
get_current_date()
options(R4GPF.current_date = NULL) # Reset default date#' Working with cache
get_current_date()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.