Last active
August 27, 2024 16:17
-
-
Save grayskripko/dad41ff279d7f92b444b489dd08638d0 to your computer and use it in GitHub Desktop.
pmap-lst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.. |> | |
nest(data = ..) |> | |
mutate(data = pmap( | |
lst(data, min_date, max_date), | |
~with(list(...), mutate(data, glob_min_date = min_date)))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment