Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function for joining two time series #99

Open
roaldarbol opened this issue Jan 8, 2025 · 0 comments
Open

Function for joining two time series #99

roaldarbol opened this issue Jan 8, 2025 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@roaldarbol
Copy link
Owner

I currently use dplyr::join_by() with closest(), but if/when I migrate to using collapse then an alternative is needed it doesn't do non-equi joins. I have written a function that works alright (in #98), but still need to ensure that it gives exactly the expected output for grouped data, and that the tests reflect that.

@roaldarbol roaldarbol added the enhancement New feature or request label Jan 8, 2025
@roaldarbol roaldarbol added this to the Future milestone Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant