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:
DBI and dbplyr to query data from a relational database.This workshop does not cover the following: