xts
xts copied to clipboard
Time-series Index not generated at all the frequencies
I recently found that the time-series generated via xts
method (timeBasedSeq
) is either at a default rate of 1 hour or 1 minute or 1 second. Can you extend the existing functions to add custom duration say 10 minutes or 30 seconds.
You mention "xts methods". Are there any methods other than timeBasedSeq
(which you mentioned in your StackOverflow question) that should have this feature?
Sorry, It was a typo. I have updated the issue.
there is no 'by' argument in timeBasedSeq as there is in seq. You can use endpoints if you want to subset the sequence you create with timeBasedSeq