Back to Course

R for Busy People (Cohort-0)

0% Complete
0/0 Steps
  1. Installing R and RStudio
    1 Lesson
    |
    2 Quizzes
  2. The RStudio IDE
    1 Lesson
    |
    2 Quizzes
  3. Coding Basics
    1 Lesson
    |
    2 Quizzes
  4. Assignment | Workshop 1
    1 Quiz
  5. Data dive: Ebola in Sierra Leone
    1 Lesson
    |
    2 Quizzes
  6. RStudio Projects
    1 Lesson
    |
    2 Quizzes
  7. Workshop 2
    1 Lesson
    |
    1 Quiz
  8. Using R Markdown
    1 Lesson
    |
    2 Quizzes
  9. Data classes & structures (deprec)
    2 Lessons
  10. Workshop 3
    1 Lesson
    |
    1 Quiz
  11. Select & rename
    1 Lesson
    |
    3 Quizzes
  12. Filter
    1 Lesson
    |
    3 Quizzes
  13. Workshop 4
    1 Quiz
  14. Mutate
    1 Lesson
    |
    3 Quizzes
  15. Workshop 5
    1 Lesson
    |
    1 Quiz
  16. Conditional mutate
    1 Lesson
    |
    3 Quizzes
  17. Group by and summarize
    1 Lesson
    |
    2 Quizzes
  18. Workshop 6
    1 Lesson
    |
    1 Quiz
  19. Other grouped operations
    1 Lesson
    |
    2 Quizzes
  20. Workshop 7
    1 Lesson
    |
    1 Quiz
  21. Intro to ggplot2
    1 Lesson
    |
    2 Quizzes
  22. Scatter plots and smoothing
    1 Lesson
    |
    2 Quizzes
  23. Workshop 8
    1 Lesson
    |
    1 Quiz
  24. Lines, scales, and labels
    1 Lesson
    |
    2 Quizzes
  25. Overview of the EpiGraphHub web platform
  26. Data exploration on EpiGraphHub
    1 Quiz
  27. Workshop 9
    1 Lesson
    |
    1 Quiz
  28. Workshop 10
    1 Lesson
    |
    1 Quiz
  29. Final project
    1 Lesson
    |
    1 Quiz
  30. Getting help
    1 Lesson
    |
    1 Quiz
  31. Quiz contributions
    16 Lessons
Topic 6, Lesson 1
In Progress

Lesson | RStudio Projects

Topic Progress
0% Complete

This lesson can be followed by watching the lesson video below, or reading through the lesson manuscript further down. Choose whichever mode works best for you!

Lesson video


Lesson notes

The written guide below is an accompaniment to the lesson video. You may read through it if you prefer written tutorials to video content.

Subscribe
Notify of
guest

9 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments
Emneteab (Emnet)

Hi , In Rstudio main_analysis

Load data —-

ebola_sierra_leone <-read_csv(“”)
When press the tab key what will come in the quotations are main_anlysis.R and the history. Folders did not appear ? What is the case?
Thanks

Joy

He Emnet, it’s possible that your current script is not saved in the right project folder, or that you’re not working in an RStudio project. To help diagnose your issue, could you post a screenshot of:

  • Your entire RStudio window
  • The Files pane of your RStudio
Lisa

Thanks for a great lesson!

Kene David

Thank you

Last edited 11 months ago by Kene David
Pilirani Wezi

we are learning

ADORATION

Another thing that I have noticed is that when certain buttons are clicked, e.g the upload button to get data from the local computer into the rstudio cloud, I expected for the codes to automatically paste in the console, but it doesn’t. Maybe another thing for R developers to look at incorporating while… Read more »

Kene David

Hello! It is possible that you are confusing “Uploading data to RStudio Cloud” and “Importing data into R”. When you are working on RStudio Cloud, you need to do each step: Use the Upload button in the Files pane to upload the data to the virtual computer. Then use File > Import Dataset… Read more »

ADORATION

I had initially saved the script that I used for the Ebola data analysis before this projects course(creating a folder for data, scripts and output). Now, I’m just wondering how to move that Ebola data analysis script into the folder created for scripts since R doesn’t have the function for drag and drop… Read more »

Kene David

Hello! To move scripts, you need to use your computer’s File Explorer or File Finder system.

From the RStudio Files pane, you can go to your computer’s File Explorer with the More > Show Folder in New Window option:

https://imgur.com/a/H7XDPfC

9
0
Questions or comments?x