Objective: Learn how to transform data in R using the dplyr package.

Lab Instructions:

  1. Data Transformation:
    • Use the penguins dataset to practice filtering, selecting, and summarizing data.
    • Create a new variable that categorizes penguins based on their body mass.
  2. Lab Report:
    • Submit your R script with the transformations you applied.
    • Include a summary of your findings, focusing on how the transformations helped you understand the data better.