createDateSequence {RMixpanel} | R Documentation |
Generate a range of dates and normalize it. Used by other methods of this package.
createDateSequence(from, to=from)
from |
Start date in either format <"yyyy-mm-dd"> or <yyyymmdd>. Inclusive. |
to |
End date in either format <"yyyy-mm-dd"> or <yyyymmdd>. Inclusive. |
Array of daily dates in format yyyy-mm-dd as needed for use in Mixpanel's API.'
Meinhard Ploner
https://mixpanel.com/help/reference/data-export-api