Sorry for this basic question. I have been trying to understand whether PalmerPenguins dataset comes as a long or wide format. I would appreciate if you could check the following:
As each row corresponds univocally to a given penguin, it is in wide format.
As I haven’t been able to imagine how its long format counterpart would be, I am not sure.
For completeness, is the main AoG tutorial prepared for wide format table ?
I change data to make it “tidy” in the sense described at 12 Tidy data | R for Data Science but the penguins already is tidy. I’m not sure if “wide” and “long” are absolutes.