View source: R/regex_patterns.R
reg_date_approximated | R Documentation |
Construct the regex pattern for DATE_APPROXIMATED values
reg_date_approximated(flatten = TRUE)
flatten |
A logical value which determines whether a single regex string should be returned (flatten = TRUE) or if a vector of them should be returned (flatten = FALSE). The vector output is used if the regexes need to be combined with other regexes. If they do not, then they are anchored with ^ and $ and separated with | (OR). |
Either a single regex string or a vector of them
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.