View source: R/parse_dttm_fmt.R
months_abb_regex | R Documentation |
months_abb_regex()
generates a regex that matches month abbreviations. For
finer control, the case can be specified with parameter case
.
months_abb_regex(x = month.abb, case = c("any", "upper", "lower", "title"))
x |
A character vector of three-letter month abbreviations. Default is
|
case |
A string scalar: |
A regex as a string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.