tidyverts / tsibble

Tidy Temporal Data Frames and Tools
https://tsibble.tidyverts.org
GNU General Public License v3.0
528 stars 50 forks source link

Add irregular_interval to detect interval in irregular POSIXt/Dates #241

Closed yogat3ch closed 3 years ago

yogat3ch commented 3 years ago

Add irregular_interval that reliably detects the interval in irregular index (more accuracy with greater regular data).

This may not be implemented in a way that integrates with the rest of the package, but I believe the irregular_intervalwill prove useful.