Get access to all lessons in this course.
Getting Started With R
Projects
This lesson is locked
This lesson is called Projects, part of the Getting Started With R course. This lesson is called Projects, part of the Getting Started With R course.
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
I. Download the course project
install.packages("usethis")
library(usethis)
use_course("https://rfor.us/getting-started-materials")
II. Open the project and look at the files within it.
Learn More
The RStudio website has a good overview of projects, as does the Teach Data Science website.
If you want to go really deep, there’s a nice video on LinkedIn Learning titled Why should you use projects in RStudio?
You need to be signed-in to comment on this post. Login.
Ben Gunderson
September 11, 2023
Hi David,
This download course code worked on my personal mac, but I'm trying to get it working on my work Windows laptop. It keeps returning this error:
Help me troubleshoot?
Ben Gunderson
September 11, 2023
Forgot to mention: I made sure to update my version already! Saw you mentioned that as a solution in the public version of this course.
Ben Gunderson
September 11, 2023
Please disregard! I just had to install the vctrs package and it worked. :)
David Keyes
September 12, 2023
Glad you figured it out!
Michele Parsons
September 14, 2023
When I try to download the course project I keept getting this error message:
Michele Parsons
September 14, 2023
Disregard...figured it out.