createDateSequence {RMixpanel}R Documentation

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.'

Author(s)

Meinhard Ploner

References

https://mixpanel.com/help/reference/data-export-api


[Package RMixpanel version 0.7-1 Index]