Reading materials
R programming for data science, Roger Peng R for data science, Hadley Wickham
- Software demo R, Rstudio, Rstudio cloud
- Cool example 1. Shiny apps gallery
- Cool example 2. Plotly grahics in R
- Cool example 3. MRICloud output Get some data here
- Discussion: installing R on Mac/windows/linux; Rtools on windows, bash on windows
- Demo: running R server
- Demo: Rstudio cloud
- A history of R
- Coding standards for R
- Data types in R
- str
- Software demo data types in R, operators in R