View source: R/internal-utils.R
spod_dates_argument_to_dates_seq | R Documentation |
This function processes the date arguments provided to various functions in the package. It can handle single dates and arbitratry sequences (vectors) of dates in ISO (YYYY-MM-DD) and YYYYMMDD format. It can also handle date ranges in the format 'YYYY-MM-DD_YYYY-MM-DD' (or 'YYYYMMDD_YYYYMMDD'), date ranges in named vec and regular expressions to match dates in the format YYYYMMDD
.
spod_dates_argument_to_dates_seq(dates)
dates |
A The possible values can be any of the following:
|
A character
vector of dates in ISO format (YYYY-MM-DD).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.