1.1 - Installation of R, RStudio and R Packages

Exercise 1

  1. Choose the correct answer for installing R packages.
  1. Write R code to load the package r02pro
library(r02pro)
  1. Write R code to calculate 2 + 3.
2 + 3