Lecture 9
Cornell University
INFO 5001 - Fall 2025
September 23, 2025
Data is organized in tables
Databases run on database management systems (DBMS’s)
| SQL | {dplyr} |
|---|---|
SELECT |
select(), mutate(), rename(), relocate(), summarize() |
FROM |
N/A |
GROUP BY |
group_by() |
WHERE |
filter() |
ORDER BY |
arrange() |
Objective: make interacting with databases as seamless as possible
ae-07Note
ae-07 (repo name will be suffixed with your GitHub name).renv::restore() to install the required packages, open the Quarto document in the repo, and follow along and complete the exercises.