Skip to content

bradleyboehmke/rbootcamp

Repository files navigation

Author: Brad Boehmke
License: GPL (>= 2)

rbootcamp is an R package that provides a structured learning environment to deliver tutorials for my R Bootcamp courses.

Installation

You can install rbootcamp straight from GitHub with:

if (packageVersion("devtools") < 1.6) {
  install.packages("devtools")
}

devtools::install_github("bradleyboehmke/rbootcamp")

Start Learning

rbootcamp provides several tutorials covering common analytic techniques:

  1. "Hello": An introduction to rbootcamp
  2. "EDA": Practicing Exploratory Data Analysis

To start learning just use the get_tutorial function to activate the desired tutorial:

library(rbootcamp)

get_tutorial("Hello")

Enjoy!

Releases

No releases published

Packages

No packages published