Lecture 9
Cornell University
INFO 2951 - Spring 2025
February 20, 2025
renv.lock filerenv::install() or install.packages().renv::snapshot(type = "all"). This will update renv.lock to include all packages used in the project library.renv.lock file.
Source: NYTimes.com

Source: David Mimno
read_csv()read_tsv(), read_delim(), etc.read_excel()read_arrow(), read_parquet()read_sas(), read_sav(), read_dta()read_sheet()fread()1ae-07Instructions
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.