Skip to content

Instantly share code, notes, and snippets.

@grayskripko
Created February 6, 2023 21:27
Show Gist options
  • Save grayskripko/5104ca5afdca54d003dc7ed9a5ea9019 to your computer and use it in GitHub Desktop.
Save grayskripko/5104ca5afdca54d003dc7ed9a5ea9019 to your computer and use it in GitHub Desktop.
mutate_pmap_all
tbl %>% mutate(res=pmap(., ~with(list(...), {any_col is available here!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment