roll
roll copied to clipboard
support for `align`?
In https://github.com/jjf234/roll/issues/37 you briefly discuss that the package currently only supports zoo's align = "right" option. Are there any plans to support align = "center"? The added value for me would be that this package allows for min_obs, which I couldn't figure out for zoo's implementation.
To clarify: I did find zoo's partial argument, but couldn't get it to work with fill = NA so that I can force it to return a same-length vector which will fit nicely inside my mutate call.
Thanks for the feedback. I currently don't have plans to support it but we can see whether there's demand or collaborators that want to help.
for align left you can reverse your input vector rev, for align center you should be able to achieve it by shifting answer recalculating missing front/tail of the answer