Skip to content

Latest commit

 

History

History
75 lines (58 loc) · 6.11 KB

Resources.md

File metadata and controls

75 lines (58 loc) · 6.11 KB

Resources for Learning R

Here we aim to list resources that at least one of us has tried or has a specific reason for recommending

Table of Contents

Installing R and setting up your environment

RYouWithMe Basic Basics

  • installing R, the RStudio IDE, getting data into RStudio
  • this is the intro I used (Stef)

Introductions to R

RYouWithMe

  • free series of online learning resources for using R, oriented towards beginners. Aims to provide a solid foundation of R skills using the "tidyverse" approach
  • very practical and easy to follow (Stef)

An Irresponsibly Brief Introduction to the Tidyverse, by Sean Kross

  • This is short, easy to understand, and Sean Kross is awesome

Learn R on Codecademy is a great beginner's introduction course to the syntax of R and a few basic statistical methods using R. (recommended by Monika)

General resources and tips

  • The Twitter hashtag #rstats is a friendly place to find stuff
  • R for Data Science online learning community inspired by the R for Data Science text
    • includes answer keys to the text
    • The Tidy Tuesday Project: "Every week we post a raw dataset, an original chart associated with that dataset, and ask you to apply your take on the chart. The goal of Tidy Tuesday is to apply your R skills, get feedback, explore other’s work, and connect with the greater RStats community! As such we encourage everyone of all skills to participate!" (Monika did the Roman Emperors dataset)
  • rstudio.cloud primers - they basically follow R 4 Data Science text with interactive code exercises, using the RStudio IDE in your web browser (free) (h/t Alison Hill)

Online Textbooks

  • R for Data Science by Garrett Grolemund and Hadley Wickham "introduces the key tools for doing data science with R"
  • Advanced R by Hadley Wickham "helps you master R as a programming language, teaching you what makes R tick"
  • R packages "teaches good software engineering practices for R, using packages for bundling, documenting, and testing your code"

Text Analysis

Predictive Analytics

Web Scraping

  • Web Scraping 1 - Web scraping IMDB.com movie reviews using the rvest package
  • Web Scrapting 2 - Web scraping Trust Pilot reviews using the rvest package
  • Manage your webscraping with the {polite} #rstats pkg (TIL via twitter)

Git and GitHub

Dashboarding

  • Shiny Tutorial - Beginner tutorial for people looking to build a dashboarding tool using shiny. (Kasey and Joel used this tutorial)

Other stuff

  • RStudio Cloud playlist of short videos (1-3mins) that helps instructors & educators get up and running as quickly as possible. RStudio Cloud is a lightweight, cloud-based solution that allows anyone to do, share, teach and learn data science online.