Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.16 KB

README.md

File metadata and controls

31 lines (26 loc) · 1.16 KB

Beginning-R

A repository of R script files based on SWIRL with some additional added comments and walk-through of the code.

NOTE: This code is based on the SWIRL repository. The code shown here has some added comments and narrative for details of the lesson.

This code is FREE. Take it, do what you need to learn R. GOOD HUNTING!

Beginner

  1. Basic Building Block
  2. Base Graphics
  3. Looking at Data
  4. Vectors
  5. Logic
  6. Subsetting_Vectors
  7. Matrices and Data Frames
  1. Lists
  2. Functions (Also see the "other_examples.R" file located at the beginning of this repository)

Intermediate

Coming soon!

Advanced

Coming soon!

Additional Resources