R - Getting Started

Card Puncher Data Processing

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





Discover More
Card Puncher Data Processing
R

is a language and environment for statistical computing and graphics. Syntax is very similar to the S_(programming_language)S language. S is a language that was developed by John Chambers et al. at Bell...



Share this page:
Follow us:
Task Runner