spod_expand_dates_from_regex: Function to expand dates from a regex
Description
This function generates a sequence of dates from a regular expression pattern based on the provided regular expression.
Usage
spod_expand_dates_from_regex(date_regex)
Value
A character
vector of dates matching the regex.
Arguments
- date_regex
A regular expression to match dates in the format 'yyyymmdd'.