Skip to content

jebastincharles/LiveJanuary2018

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live Training

This is an empty repo for Jared Lander's Live Training.

Clone this Repo

If you use git please clone this repo then open it as an RStudio Project.

# if using SSH
git clone [email protected]:jaredlander/LiveJanuary2018.git

# if using https
git clone https://github.com/jaredlander/LiveJanuary2018.git

If you don't use git, then please recreate this folder structure, and download prep/DownloadData.r, on your computer and open the LiveJanuary2018.Rproj file using RStudio.

Packages

To get started run the following code to install the latest version of the necessary packages.

packages <- c('coefplot', 'data.world', 'DBI', 'ggthemes', 'jsonlite', 
              'rprojroot', 'RSQLite', 'tidyverse', 'UsingR')
install.packages(packages)

Data

Data for the class is kept at data.world. Either download all the data files individually or source prep/DownloadData.r.

This script requires that you are using an RStudio Project.

source('prep/DownloadData.r')

About

Repo for Live Training

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%