PeriodNameToDate | R Documentation |
Converts a vector of period names in format yyyy, yyyy-mm, yyyy-mm-dd, mmm-mmm yy, mmm yyyy, dd/mm/yyyy and dd/mm/yyyy-dd/mm/yyyy into a Date.
PeriodNameToDate(x, by, us.format = NULL)
x |
The vector of |
by |
The time aggregation. Deprecated as this can be deduced from x. |
us.format |
Whether to assume US date format when parsing. |
AsDate
## Deprecated; use AsDate instead
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.