| tutorial-id | none | getting-started | 
  
   | name | question | David Kane | 
  
   | email | question | dave.kane@gmail.com | 
  
   | exercises-1 | exercise | 4 + 5 | 
  
   | exercises-2 | exercise | x <- 5
y <- 4
x + y | 
  
   | exercises-3 | exercise | x <- 6
y <- 10
x + y | 
  
   | exercises-5 | question | > version[['version.string']]
[1] "R version 4.4.0 (2024-04-24)" | 
  
   | exercises-7 | question | > rstudioapi::readRStudioPreference(name = "load_workspace", NA)
[1] FALSE | 
  
   | exercises-8 | question | Exercise 8
Tutorials can include written responses. You have already seen several examples. Sometimes those written answers are just copies of the R commands and their results. Other times, we will ask you to write one or more sentences of prose.
Copy and paste everything from Exercise 8 above through the end of this sentence into the answer box below. | 
  
   | minutes | question | 9 |