Basics of Rstudio

Author

Steen Flammild Harsted

Published

January 10, 2024

   

1 Rstudio

Together in groups of two or three explain the following to each other:

  • What and where is the Console?
  • What and where is the Script?
  • What is the difference between writing 2+2in the console and the script?
  • What happens if you write a # in the script??
  • When and why can comments in your code be useful?
  • What and where is the Environment Pane?
  • What and where is the “Files, Help, Plots, Packages, and Viewer” Pane?
  • What does F1 and ?[some_function] do?
  • What is an R Project, and why is it a good idea to use?