Skip to content

A brief hands-on introduction to R with RStudio, the Tidyverse, and RMarkdown.

Notifications You must be signed in to change notification settings

Teebusch/r-intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

10 Reasons to Learn R

Deploy book to Github Pages

This book is a short hands-on introduction to R with the goal to help you decide whether you should or should not learn it. View it online at https://teebusch.github.io/R-introduction/

Content

  • brief introduction to R
  • Provide motivation for learning R or for not learning R
  • Learn 10 cool things about R
  • Hands-on mini data analysis demo to demonstrate the power of R
  • Modern beginner-friendly R with the Tidyverse, RStudio, and RMarkdown

Take-aways 🥡

  • Is R for you?
  • Basic data wrangling, modeling, visualization, and reproducible reporting
  • How to learn more?

Instructions for building locally

  • Clone this repository,
  • open it in RStudio
  • In R, run:
if (!require("renv")) install.packages("renv")
renv::restore()
bookdown::gitbook()  # Or Cmd + Shift + B

About

A brief hands-on introduction to R with RStudio, the Tidyverse, and RMarkdown.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published