This repository contains the materials for D-Lab R SQL Fundamentals workshop.
Prior experience with R Fundamentals, R Data Wrangling, and R Data Visualization is assumed.
Check D-Lab's Learning Pathways to figure out which of our workshops to take!
In this workshop, we provide an introduction to using SQL to query and retrieve data from relational databases in R. First, we’ll cover what relational databases and SQL are. Then, we’ll use different packages in R to navigate relational databases using SQL.
If you are not familiar with material in R Fundamentals, R Data Wrangling, and R Data Visualization, we recommend attending those workshops first.
After this workshop, you will be able to:
-
Explain what a relational database is and why we would want to use it.
-
Access and query a database using SQL.
-
Use
DBI
anddbplyr
to query data from a relational database.
This workshop does not cover the following:
- Read and conduct basic data operations in R. These are covered in R Fundamentals.
- Wrangle data for basic data analysis using R. These are covered in R Data Wrangling.
We will use RStudio to go through the workshop materials, which requires installation of both the R language and the RStudio software. Complete the following steps:
- Download R: Follow the links according to the operating system that you are running. Download the package, and install R onto your compute. You should install the most recent version (at least version 4.0).
- 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.
- Download these 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 entering [GitCloneCommand].
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 this link.
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 necessary 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, just go straight to
DataHub, sign in, and you click on the
R-SQL-Fundamentals
folder.
Now that you have all the required software and materials, you need to run the code:
Provide instructions on running the code, including how to load relevant software (RStudio, Jupyter Notebooks, etc.) and which file to open up. See other repositories for examples.
Additionally, provide instructions on how to run code once it’s open (running Jupyter cells, RMarkdown cells, etc.).
Check out the following resources to learn more about using SQL in R:
-
Errickson, J. 2024. STATS 506. Computational Methods and Tools in Statistics
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, 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. You can view our calendar for upcoming events, learn about how to utilize our consulting and data services, and check out upcoming workshops.
- Fast-R
- R Data Wrangling
- R Functional Programming
- Geospatial Fundamentals in R with sf
- Census Data in R