View source: R/process_auxiliary.R
| is_date_proper | R Documentation |
Check date input strings conform to the required format.
is_date_proper(instr = NULL, format = "%Y-%m-%d")
instr |
character(1). String to check. |
format |
character(1). Matching format to be checked.
Default is |
No returning value. It stops the function if instr doesn't
conform to the format.
Insang Song
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.