Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 548 Bytes

Version-control-basic-second-solo-commit-R.md

File metadata and controls

13 lines (10 loc) · 548 Bytes
layout topic title language
exercise
Version Control Basic
Second Solo Commit
R

This is a follow up to [First Solo Commit]({{ site.baseurl }}/exercises/Version-control-basic-first-solo-commit-R).

You discover that the device used to measure the scale length of the fish in Gaeta_etal_CLC_data.csv is not accurate for those smaller than 1 mm. Use dplyr to remove the fish with a scalelength of less than 1 mm from fish_data. The new dataset will have 4,029 rows.

Commit this change to version control with a good commit message.