View source: R/26_jalalidate_other_functions.R
is_valid_jalali_date_char | R Documentation |
check validation of Jalali date in form of character and returns results
is_valid_jalali_date_char(date_char, return_all_assessment_data = TRUE, ...)
date_char |
character |
return_all_assessment_data |
logical , if it is FALSE only return validation result (logical vector) |
... |
passing options ("MIN_YEAR" and/or "MAX_YEAR") to override package options (jdopt_get_options) |
list or logical, based on second argument
is_valid_jalali_date_char("1402/10/15", FALSE)
# [1] TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.