Skip to content

Commit d7e27b0

Browse files
Update Practice_2.3_Data_wrangling_multiple_datasets.md
1 parent 4fe7f06 commit d7e27b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Spring_2026/Practice_2.3_Data_wrangling_multiple_datasets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ summary_tuna
9696
```
9797
Finally, we have two datasets with a valid unique key (Country_code and flag_gfw)
9898
We are going to left-join the table of fishing efforts to the table of tuna catches
99-
See more information on types of join in the book [R for Data Science](https://r4ds.hadley.nz/joins.html#sec-mutating-joins)
99+
See more information on types of join in the book [R for Data Science](https://r4ds.hadley.nz/joins.html#how-do-joins-work)
100100
```
101101
merged_table <- left_join(summary_tuna,summary_vessels, by = c("Country_code" = "flag_gfw"))
102102
merged_table

0 commit comments

Comments
 (0)