This repository contains the materials for D-Lab's 90-minute R Workshop for CPH.
Check out D-Lab’s Workshop Catalog to browse all workshops, see what’s running now, and review prerequisites.
This is a lightweight module aimed to provide a brief introduction to R. Topics include:
- Introduction to R;
- Navigating Jupyter Notebooks;
- Variable assignment;
- Data structures;
- Working with data frames in R.
No prior experience with R is required.
RStudio is a software commonly used by R practitioners to develop code in R. We will use RStudio to go through the workshop materials, which requires the installation of both the R language and the RStudio software. The steps to install both are below, and screenshots are available here:
-
Download R: Follow the links according to the operating system you are running. You will first need to click on a link corresponding to your operating system, and then an additional link to select a specific version of R. Download the package, and install R onto your computer. You should install the most recent version (at least version 4.1).
- If you are using a Mac, click "Download R for macOS" and then select the right version of R. You will need to select the version corresponding to your specific version of macOS, as well as whether you have an Intel or Apple Silicon Mac.
- If you are using Windows, click "Download R for Windows", then click "base", and click the download link.
- If you are using Linux, click on the link corresponding to your Linux distribution, and then follow the instructions.
-
Download RStudio: Install RStudio Desktop. This should be free. Do this after you have already installed R. The D-Lab strongly recommends an RStudio edition of 2022.02.0+443 "Prairie Trillium" or higher.
- Some individuals with older operating systems may run into odd issues. If you are running into issues with the installation of RStudio, you may need to install a specific version of RStudio. Please check this link if this applies to you.
-
Download these R Fundamentals workshop materials:
- Click the green "Code" button in the top right of the repository information.
- Click "Download Zip".
- Extract this file to a folder on your computer where you can easily access it (we recommend Desktop).
-
Optional: if you're familiar with
git, you can instead clone this repository by opening a terminal and enteringgit clone git@github.com:dlab-berkeley/r-cph-Workshop.git.
If you do not have R installed and the materials loaded on your workshop by the time it starts, we strongly recommend using the UC Berkeley DataHub to run the materials for these lessons. You can access the DataHub by clicking the following button:
Some users may have to click the link twice if the materials do not load initially. If you have used DataHub for another class, double check that the URL is dlab.datahub and not another department's DataHub.
The DataHub downloads this repository, along with any necessary packages, and allows you to run the materials in an RStudio instance on UC Berkeley's servers. No installation is needed from your end - you only need an internet browser and a CalNet ID to log in. By using the DataHub, you can save your work and come back to it at any time. When you want to return to your saved work, go straight to DataHub, sign in, and click on the R-CPH-Workshop folder.
Now that you have all the required software and materials, you need to run the code.
-
Launch the RStudio software.
-
Use the file navigator to find the R-Fundamentals folder you downloaded from Github. Open
01_introduction.mdby double clicking on the file.
Warning: if you're opening a .Rmd file for the first time in RStudio you may be prompted to install the rmarkdown package. Click install and wait for it to install (RStudio might need to re-start).
-
Place your cursor on a given line and press
Command + Enter(Mac) orControl + Enter(PC) to run an individual line of code. -
The
solutionsfolder contains the solutions to the challenge problems.
Check out the following online resources to learn more about R:
- Software Carpentry
- Quick-R
- UCLA idre
- R-bloggers
- R Markdown: The Definitive Guide
- The tidyverse style guide
- Quick Intro to Parallel Computing in R
as well as the following books:
- Bookdown Featured Books
- Kearns GJ. 2010. Introduction to Probability and Statistics in R
- Wickham H. 2014. Advanced R
- R for Data Science
- Lander J. 2013. R for everyone: Advanced analytics and graphics
- Matloff N. 2011. The art of R programming: A tour of statistical software design
- Brunsdon C, Comber L. 2015. An Introduction to R for Spatial Analysis and Mapping
- James G, Witten D, Hastie T, Tibshirani R. 2013. An Introduction to Statistical Learning: With Applications in R, 7th edition
D-Lab works with Berkeley faculty, research staff, and students to advance data-intensive social science and humanities research. Our goal at D-Lab is to provide practical training, staff support, resources, and space to enable you to use R for your own research applications. Our services cater to all skill levels, and no programming, statistical, or computer science backgrounds are necessary. We offer these services in the form of workshops such as R Fundamentals, one-to-one consulting, and working groups that cover a variety of research topics, digital tools, and programming languages.
Visit the D-Lab homepage to learn more about us. View our calendar for upcoming events, and also learn about how to utilize our consulting and data services.
Here are other R workshops offered by the D-Lab:
- R Data Wrangling
- R Graphics with ggplot2
- R Functional Programming
- Geospatial Fundamentals in R with sf
- Census Data in R