R

R

R is an integrated suite of software facilities for data manipulation, calculation and graphical display

Setup on Windows

There's a package for that

How it hangs together

library(DiagrammeR)
hangs<-"graph TB
D[Data] --> R[Read into memory]
R --> DM[Data manipulation]
DM --> V[Visualisation]
DM --> S[Statistical Analysis]
DM --> O[Output]
S --> V
V --> Do[Document]
Do --> O
V --> I[Interactive report]
I --> O
S --> W[Webservice]
W --> I
W --> O"
mermaid(hangs)

How it hangs together

hangs<-"graph LR
Dp[RDBMS, flat file, nosql, xml] --> Rp[data.table, RODBC, httr, rvest, readxl, readr,...]
Rp --> DMp[data.table, dplyr, zoo, lubridate, stringr, ...]
DMp --> Vp[ggplot2, DiagrammeR, vegalite, ...]
DMp --> Sp[caret, survival, nnet, ...]
DMp --> Op[base, readr, RODBC, ...]
Sp --> Vp
Vp --> Dop[knitr, rmarkdown, ...]
Dop --> Op
Vp --> Ip[shiny, ...]
Ip --> Op
Sp --> Wp[AzureML, jug, ...]
Wp --> Ip
Wp --> Op"
mermaid(hangs)

Next steps

  1. Check out the R website
  2. Install R & RStudio (or R Tools for Visual Studio)


stephlocke/Rtraining documentation built on May 30, 2019, 3:36 p.m.