Description Usage Arguments Examples
Date converter with similar structure
Naming convention: 'parse_date_EXAMPLE
 Apply operation on unique values only (use apply_to_unique())
 Use stringi?
| 1 | 
| x | character vector | 
| 1 2 3 4 5 | parse_date_2000colon1(c("2000:1", "2000:2"))
# These should drop an error:
# parse_date_2000colon1(c("2000:5"))
# parse_date_2000colon1(c("00:1"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.