Rstudio Desktop

Installation

Options

Follow Tools > Global Options

  • General: Check whether you want to save and restore .Rdata after and before each session. (No recommended)
  • Code: choose you favorite pipe operator: |> or %>% (favor standard pipe |>)
  • For other options, pick as you like.

You can tune options for each RStudio project.

Goodies

  • Rstudio addins
  • Customize keyboad shortcuts
  • Code snippets

Use projects

  • Automatically sets working directory
  • Settles version control options
  • Use renv (or not)

Project options

Use