Readme.md

Tools and Data for R Workshop at INAIR 2018

This repository holds the necessary code and data for Indiana CHE's workshop, Reporting with R: It’s Easier Than You Think, at INAIR 2018.

Before you show up

In order to make the best use of our time at the workshop, I would appreciate it if you already had the necessary files, R, RStudio, and all of the packages that we will be using installed on the computer that you will be bringing with you.

This line helps get around some permissions issues that some users have on enterprise machines.

setwd(tempdir())

devtools will let us easily download and intall what we nee for this workshop

if (!requireNamespace("devtools")){install.packages("devtools")} 

Download and install the necessary data

devtools::install_github("IndianaCHE/R-Workshop-INAIR-2018")

Check that everything installed correctly

print(RWorkshopINAIR2018::cr_data_raw)

With this, you should see a path to a file, which ends with extdata/College Readiness with Completion Data 2011-2015.xlsx. You can navigate to that location, and begin to explore the dataset that we will be working with, if you want.

Overall, this process should take less than 30 min (much less if you already have R/RStudio installed). If you have any questions or difficulties, please reach out to the workshop presenter, Alex Axthelm.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.



IndianaCHE/R-Workshop-INAIR-2018 documentation built on May 28, 2019, 3:33 p.m.