Skip to content

D-Lab's 2-hour introduction to usingSQL in R. Learn how to query and retrieve data from relational databases in R.

Notifications You must be signed in to change notification settings

dlab-berkeley/R-SQL-Fundamentals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

D-Lab R SQL Fundamentals Workshop

DataHub License: CC BY 4.0

This repository contains the materials for D-Lab R SQL Fundamentals workshop.

Prerequisites

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!

Workshop Goals

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.

Learning Objectives

After this workshop, you will be able to:

  1. Explain what a relational database is and why we would want to use it.

  2. Access and query a database using SQL.

  3. Use DBI and dbplyr 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.

Installation Instructions

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:

  1. 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).
  2. 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.
  3. Download these workshop materials:
    1. Click the green "Code" button in the top right of the repository information.
    2. Click "Download Zip".
    3. Extract this file to a folder on your computer where you can easily access it (we recommend Desktop).
  4. Optional: if you’re familiar with git, you can instead clone this repository by opening a terminal and entering [GitCloneCommand].

Is R not working on your laptop?

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.

Run the Code

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.).

Additional Resources

Check out the following resources to learn more about using SQL in R:

About the UC Berkeley D-Lab

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.

Here are other R workshops offered by the D-Lab:

Basic Competency

Intermediate/Advanced Competency

Contributors

About

D-Lab's 2-hour introduction to usingSQL in R. Learn how to query and retrieve data from relational databases in R.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published