1.1 - Installation of R, RStudio and R Packages
Exercise 1
Choose the correct answer for installing R packages.
Write R code to load the package r02pro
library(r02pro)
Write R code to calculate 2 + 3.
2 + 3
1.1 - Installation of R, RStudio and R Packages