createDateSequence: Generate And Normalize Sequence Of Dates.
Description
Generate a range of dates and normalize it. Used by other methods of this package.
Usage
createDateSequence(from, to=from)
Arguments
from
Start date in either format <"yyyy-mm-dd"> or <yyyymmdd>. Inclusive.
to
End date in either format <"yyyy-mm-dd"> or <yyyymmdd>. Inclusive.
Value
Array of daily dates in format yyyy-mm-dd as needed for use in Mixpanel's API.'