Reni Kaul & Deven Gokhale & Zane Billings
2022-06-06
At the end of this workshop you should be able to…
Topics
Review of tidyverse
Break
Explore data using a R project
Automating data analysis with functions
Using scripts in your workflow
Wrap Up
R
on your computer.install.packages("usethis")
to install the usethis
package.usethis::use_blank_slate()
. If successful, it should print a message.Johns Hopkins Bloomberg School of Public Health:
Reproducible Research is the idea that data analyses, and more generally, scientific claims, are published with their data and software code so that others may verify the findings and build upon them.