emacsrelispess

Refactoring R code using ESS/R


I would like to know if it is possible to refactor R code in ESS. Using search and replace in Emacs does not seem to be a good alternative to it.


Solution

  • ESS itself does not provide any facilities for refactoring. Instead you can use emacs functionality.

    Here is an example of how to replace all words starting with "xxx" and ending with "yyy" with "zzzzzz" in all your open R files in your project directory.

    Here is a complete tutorial of how to search-replace in multiple files. and also how to save all modified buffers with ibuffer.