12

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.

Rorschach
  • 31,301
  • 5
  • 78
  • 129
biocyberman
  • 5,675
  • 8
  • 38
  • 50

1 Answers1

9

Ctrl-c Ctrl-e d does the job.

biocyberman
  • 5,675
  • 8
  • 38
  • 50