Skip to content

Commit

Permalink
Fix typo in chapter 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-ulle committed Jan 29, 2024
1 parent 455d0da commit 2ca7d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02_reshaping_data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ When the two tables have columns with the same names, it is ambiguous which one

```{r ambiguous-date}
# Rename the date_created column of borrowers
borrowers$date = borrowers$creation_date)
borrowers$date = borrowers$creation_date
checkouts$date = checkouts$loan_date
# Now create the list of checkouts
Expand Down

0 comments on commit 2ca7d8d

Please sign in to comment.