this post was submitted on 18 Jun 2023
2 points (100.0% liked)
Emacs
2314 readers
1 users here now
Our infinitely powerful editor.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I recently wrote a literate R document where I added features to a plot one at a time and then showed the result. That's a lot of repetitive code. This could have both cut down on copy-pasting and helped to propagate changes in an earlier plot to the later ones. Next time for sure.