Objective: Learn how to transform data in R using the dplyr package.
Lab Instructions:
- Data Transformation:
- Use the
penguinsdataset to practice filtering, selecting, and summarizing data. - Create a new variable that categorizes penguins based on their body mass.
- Use the
- 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.
