View source: R/10_jdate_options.R
jdopt_reset | R Documentation |
return options value to factory settings
jdopt_reset()
The initial values, or factory settings, are: DEFAULT_SEPARATOR = "/" , VALID_SEPARATORS = c("", "-", "/"), MIN_YEAR = 1200L, and MAX_YEAR = 1500L
options list that includes DEFAULT_SEPARATOR, VALID_SEPARATORS, MIN_YEAR, MAX_YEAR
res <- jdopt_reset()
res
#$DEFAULT_SEPARATOR
#[1] "/"
#
#$VALID_SEPARATORS
#[1] "" "-" "/"
#
#$MIN_YEAR
#[1] 1200
#
#$MAX_YEAR
#[1] 1500
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.