Hi all,
this question made me wonder: is there something similar to Excel macros in R Studio?
I mean something different from code snippets - I wouldn't be able to write a code snippet which select all code in an open file, copies it to the clipboard and then pastes it into another file, at a specific location. Maybe it's possible, combining the R Studio programmatic API with packages such as datapasta, but I was wondering if there was something simpler such as a macro recorder.