-
Help
DescriptionHi - I often find myself creating dynamic branches (sometime writing to a file) from a named list, which, to ensure provenance, often ends up looking something like this:
which feels quite verbose and clunky. I've also tried using tibbles instead, and saving the names there as a separate column, but it usually ends up being quite clunky as well, having to extract the column values and so on. Has anyone else landed on a good, general approach here? |
Beta Was this translation helpful? Give feedback.
Answered by
wlandau
Jan 13, 2025
Replies: 1 comment 1 reply
-
I've found tibbles are nice if you |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
koefoeden
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've found tibbles are nice if you
pattern = map()
over the rows.