Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 545 Bytes

code_navigation_rstudio.md

File metadata and controls

27 lines (19 loc) · 545 Bytes
layout title
page
Code Navigation in RStudio

Find in files

  • Searches for strings anywhere in directory/project
    • Edit menu
    • Ctrl+Shift+F

Go to file/function

  • Jump to a particular file or function in a project using its name
  • Within a file use menu at bottom of editor
  • Across files
    • Search box above editor
    • Ctrl+.

Go to function definition

  • Handy for looking at the details of a function that is being called
  • Place cursor on function name
    • Magic wand -> Go To Function Definition
    • F2