R Programming
  • Introduction
  • Spark R
    • Why use SparkR
    • Features
  • R Studio
    • keyboard shortcut keys
  • References
  • Getting Help
  • Vocabulary
  • Operator Syntax and Precedence
  • Designing Interactive Course
  • Functions
    • Masked Functions
    • call by reference
  • Exception Handling
  • attach function
  • Environments and Scoping
  • Original R Lang Reference
  • Class Vs typedef
  • Formulas
  • DPLYR
Powered by GitBook
On this page

Was this helpful?

  1. R Studio

keyboard shortcut keys

ctrl+L

clear the console

Tab , shift+tab

to insert auto completed code

ctrl+.

Go to File

F2

Go to Function Definition

Ctrl+F9/Ctrl+F10

Back and Forward

Command+Shift + C

Comment/Uncomment

Use'SHIFT-ENTER' to get to a new line in R without executing the command.

PreviousR StudioNextReferences

Last updated 5 years ago

Was this helpful?