Projects
This lesson is called Projects, part of the Getting Started with R v1 course. This lesson is called Projects, part of the Getting Started with R v1 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
Download the course project
install.packages("usethis")
library(usethis)
use_course("https://rfor.us/getting-started-materials")
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?
Have any questions? Put them below and we will help you out!
Course Content
12 Lessons
You need to be signed-in to comment on this post. Login.
Auva Shariatmadari • June 8, 2021
Every time I open the program I get a notification asking me if I would like to install the tools regarding "Xcode" and the "git" command. Is this something I need to install?
LUCIANA LASRY BENCHIMOL REIS • June 23, 2021
I could not manage to put my directory in the desktop (it gives an error message). It allowed me to use another path such as 'my computer/documents/project.
Ariel Beera Puoric Manyiel • July 10, 2021
Very great lesson
Xinru Guo • September 6, 2021
Hi David, thanks so much for creating this tutorial video to help us learn R! Learning today's lesson, I was able to create a new project, but can't find it on my desktop. I'm using a Mac. Could you please help me?
Thank you! Xinru
Maria Cristina Limlingan • September 19, 2021
does it matter where the directory is located? is it recommended to put R on your desktop? I was planning to having it located in a box drive if it didn't matter
Sandra Obradovic • March 15, 2022
Hi David, I did as instructed but when I try to open the project file by double-clicking it i get a message asking 'how do you want to open it?' and showing me different apps (none of which are R). the file itself doesnt have the R icon next to it but just an empty page icon (if that makes sense).
jeph mathias • September 21, 2022
Created the new project fine but did not get an option to have it on my desktop. It is in my RStudio in the files pane but not on my desktop. Is this a problem?
Jessica Brewer • October 5, 2022
I'm having the following two issues:
Mercy Abarike • March 25, 2023
can delete a project after creating it? Can i rename an existing project
Jessica Smith • August 23, 2023
Hi! I loaded a bear of a dataset into R before adding this data to a project... is there a way I can transfer the data frame into a project without having to reload it? it tooks 19 hours to load in the first time....
David Keyes Founder • August 24, 2023
That is a big dataset! What format is your data in now?
Bianca Guevara Magallanez • August 25, 2023
My error message is saying: package ‘usethis’ is not available (for R version 3.3.3)
David Keyes Founder • August 25, 2023
You should definitely upgrade R! That will take care of this problem.