/IntermediateR

Data for Geoffrey Thomson's Intermediate R course

Primary LanguageR

Intermediate R

This package contains the data for Geoffrey Thomson's Intermediate R workshops (rightnow that is just Intermediate R: Data Manipulation and Visualisation). Once you have installed the package simply load the package to access the data.

It will also install the 'tidyverse' package along with some associated data packages.

To install it just type the following into your R console:

install.packages("devtools")
devtools::install_github("G-Thomson/IntermediateR", build_vignettes = TRUE)

Exempla code is also avaliable in the form of vignettes:

e.g.

vignette("data_manipulation_and_visualisation")