Post #858917
2026-03-29 23:29 UTC
Really enjoying the concept of using yaml config files with my #rstats scripts (an idea I took from my r targets pipelines), instead of hardcoding inputs in the script itself, or having inputs and params as command line variables. Makes it easy to move between projects, keeps a record of what was used etc. happy days! 😀
Replies (2)
-
@mschmidty@fosstodon.org 2026-03-30 03:41
@lwpembleton this sounds interesting. Can you share an example?
-
@RMKrug@hachyderm.io 2026-03-30 07:15
@lwpembleton agreed. Yamls are great tool for that. Easy to read by humans and machine, easy brought into r and great for reproducibility and separating function from values / input.