Ctrl-c Ctrl-v lets me view documentation for a function at cursor's position. But what key sequence for me to view the source code of the function (i.e like the F2 key in Rstudio
)? I do not want to use the debug
function yet.
Asked
Active
Viewed 522 times
12

Rorschach
- 31,301
- 5
- 78
- 129

biocyberman
- 5,675
- 8
- 38
- 50
1 Answers
9
Ctrl-c Ctrl-e d does the job.

biocyberman
- 5,675
- 8
- 38
- 50
-
this doesn't work for me. It only opens a new blank buffer. – daj Nov 02 '15 at 12:50
-
1Did you have the cursor on the function name, and Ess session started? – biocyberman Nov 03 '15 at 10:44