Refactoring R code using ESS/R

前端 未结 2 644
野趣味
野趣味 2021-02-10 05:26

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.

2条回答
  •  不要未来只要你来
    2021-02-10 06:17

    In Emacs you can do a search replace with M-% and then ! will replace every instance in the current buffer.

    If that isn't want you mean, can you explain (edit your Q or comment here) what Statet does and what exactly you'd like to do in Emacs + ESS?

提交回复
热议问题