-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathSeminar_02_R_RStudio_2.Rmd
More file actions
11 lines (7 loc) · 1.15 KB
/
Seminar_02_R_RStudio_2.Rmd
File metadata and controls
11 lines (7 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
## Seminar 2: Using R and RStudio Continued {#rstudio_continued}
<!-- [Using R and RStudio Continued](#rstudio_continued) -->
Welcome to Seminar 2 of **Decision Analysis and Forecasting for Agricultural Development**. Feel free to bring up any questions or concerns in the Slack or to [Dr. Cory Whitney](mailto:cory.whitney@uni-bonn.de?subject=[Lecture_6]%20Decision%20Analysis%20Lecture) or the course tutor.
You should already have installed R and RStudio. If not, please check out the [tools we use](#r_rstudio) in this course. If you already have R and RStudio loaded then you should be able to follow this [Data Visualization](https://agtools.app/learning_r/#section-data-visualization) section of the R tutorial. Share the results of your work with a data set of your choice (i.e. `ggplot2` `diamonds` data [@R-ggplot2]) after you have worked through these materials.
### Lifestyle choices
If you run the code `usethis::use_blank_slate()` in your console it will set your
RStudio preference to **NEVER** save or restore `.RData` on exit or on startup, which is a lifestyle choice endorsed by many excellent researchers like [Jenny Bryan](https://twitter.com/JennyBryan).