Table of Contents
R - Getting Started
Install R
R
Install R
Start it:
R
Rterm.exe run the standard shell (cmd.exe). Its primary purpose is to allow batch operation, but it does provide all the facilities needed for interactive use
You can also add startup script in the
startup file
.
IDE
Install an other IDE. For instance RStudio.
Teaching Environment
swirlstats
Package
Data Visualization:
Ggplot
(Non Interactive), ggvis (Interactive)
Data cleaning:
tidy data
: tidyr
Data manipulation: dplyr
Stringr, xml2
Development
R Package
Help
R - Help
The reference card
gives a good way to have all important functions on one place.