An Introduction to R and RStudio

Installing Packages

One of the many powerful aspects of R is it's extensibility, implemented primary through packages (maintained through a library based system).

Let's install an example package, Hmisc:

install.packages('Hmisc')