R - Getting Started
Install R
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
Package
- Data Visualization: Ggplot (Non Interactive), ggvis (Interactive)
- Data cleaning: tidy data: tidyr
- Data manipulation: dplyr
- Stringr, xml2
Development
Help
- The reference card gives a good way to have all important functions on one place.