DTS350Fall2022 / OlmoS

0 stars 0 forks source link

Task 4 Comments #2

Open martinerin opened 2 years ago

martinerin commented 2 years ago

Nicely done on the task, but I have a few comments:

  1. You never assigned iris_data to the tibble. And then through the rest of the assignment, you used the iris data and not the tibble version of it. It works, but we should get into the habit of using tibbles.
  2. Your ranking is backwards. Your largest petal length should be ranked 1.
  3. You should have used the summarize_all() function.