Description Usage Arguments Value Examples
A date validator
1 |
date |
Any string that you want to see if it can be parsed as a date. |
The parsed date.
1 2 3 4 | # date_validation("j765")
IndianStocksR:::date_validation("2018-07-24")
IndianStocksR:::date_validation(lubridate::today())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.