m-clark / R-V-Presentation

Reproducibility and R Markdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

R-V-Presentation

This is the repo for the workshop that focuses on Part V of the Practical Data Science notes.

Run the following in your R session to get the notes and materials for the workshop. If you want, change the destdir to save the project in a specific place (not necessary, should default to desktop). It will open the RStudio project for you, after which you can close the one you have open now.

install.packages('usethis')

usethis::use_course(
  'https://github.com/m-clark/R-V-Presentation/blob/master/workshop_presentation.zip?raw=true', 
  destdir = NULL
)

If you have issues, just download that zip file (click or paste the link above into your browser), unzip it to a location of your choosing, then:

  • Click on the blue .Rproj icon inside

OR

  • With RStudio - File/Open Project - Navigate to the folder - Open

With your RStudio project set up, you may read the ReadMe.md, open code/install_script.R and run it.

About

Reproducibility and R Markdown