Skip to content
What's New in R is a weekly email to help you up your R game. Sign up →
R for the Rest of Us Logo

Reproducibility for the Rest of Us

Reproducibility for the Rest of Us Course Logistics

Transcript

Click on the transcript to go to that point in the video. Please note that transcripts are auto generated and may contain minor inaccuracies.

Your Turn

Run the following code to access the course materials:

library(usethis)
use_course("https://rfor.us/reproducibility-materials")

Once you do this, RStudio should open the project with all of the materials you'll need (your project will be called reproducibility-course-materials).

  • The files are available in a ZIP file and include:

    • An R code filed called unformatted-r-code.R

    • A codebook file in a Word document called Pew Research Center 2019 Global Attitudes Survey WEB

    • Data in an SPSS file called Pew Research Center Global Attitudes Spring 2019 Dataset WEB.sav

    • RProj file called reproducibility-course-materials.RProj

    • Text in an unformatted text file text-for-report.rtf

    • A Quarto file for literate programming quarto-file.qmd

Have any questions? Put them below and we will help you out!

You need to be signed-in to comment on this post. Login.