.check_date_parameter | R Documentation |
Check is date is valid
.check_date_parameter(
x,
len_min = 1,
len_max = 1,
allow_null = FALSE,
msg = NULL
)
x |
parameter to be checked |
len_min |
minimum length of vector |
len_max |
maximum length of vector |
allow_null |
allow NULL? |
msg |
Error message |
Called for side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.