Post #2273797
2026-05-07 06:07 UTC
I found a one-liner: `list(Path(path).iterdir())`. It's still rather convoluted and impossible to discover, but at least doesn´t require explicit loops.
Replies (1)
-
@pvanheus@mstdn.science 2026-05-07 19:41
@eliocamp@mastodon.social sorry, can you explain why the special purpose R function is a good idea? Outside of the tidyverse pipe logic, my R code ends up being full special functions, many of which don't seem to follow consistent naming conventions.