changed 3 years ago
Published Linked with GitHub

R Workshop Cheat Sheet

You can press Alt + - to create the <- assignment operator quickly!

Ceci n'est pas une pipe

Quickly insert the pipe operator %>% or |> with:

  • Cmd + Shift + M (MacOS)
  • Ctrl + Shift + M (Windows)

Command Palette

Seach for any available option or command inside of RStudio, without using the mouse!

  • Cmd/Ctrl + Shift + P

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

Rainbow Parenthesis

Having brackets that match in colour makes reading code and finding mis-matching brackets easier. Turn on 'Rainbow Parenthesis' in the Global Options -> View or search for it with in the command palette with Cmd/Ctrl + Shift + P.

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

Hello world!

Hello my name is Brady!

Go Dees

Printing the Variable

Select a repo