Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 2.03 KB

File metadata and controls

35 lines (28 loc) · 2.03 KB

Learning R

Background

Welcome to this self-directed course on R and RStudio. Very little prior experience is assumed, but if you have some R experience, you are welcome to skip ahead. Each module is fairly self contained and accommpanied by a video on this playlist. Modules mostly follow the R for Reproducible Scientific Analysis course provided by the Software Carpentry community. Topics covered in each module include:

  1. Intro to RStudio
  2. Project management with RStudio
  3. Seeking help
  4. Data Structures
  5. Exploring data frames
  6. Subsetting data
  7. Flow control
  8. ggplot2
  9. Vectorization
  10. Functions
  11. Writing data
  12. dplyr
  13. tidyr
  14. Joining tables
  15. Writing good software

Setup

Start here for a short video walking you through the software you need for the course and giving you an overview of the material. You’ll want to install the following prior to starting this course:

On a related note, if you are a student (i.e. if you must have a ‘.edu’ email and a student ID card), you should check out the GitHub Student Developer Pack. It comes with all sorts of freebies and discounts for developer tools including things like training, GitHub Pro, JetBrains, Microsoft Azure, Codespaces, and GitKraken.