Description Usage Arguments Value Author(s)
View source: R/date-utilities.R
Function to convert dates formatted as year-quarter to date-format objects
1 | quarter2Date(x, base.month = "Mar", format = "%Y-Q%q")
|
x |
Year-quarter date format |
base.month |
Specifies base month for first quarter. Can be a scalar: 1,2,3 or character object: Jan, Feb, Mar. |
format |
The input date format. Default is "%Y-Q%q". |
This function returns a Date format object.
David Mitchell <david.pk.mitchell@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.