Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please help. Make sure this codes work on RSTUDIOS. I have included the penguin database down(in pictures and text format). Note: you need to download
Please help. Make sure this codes work on RSTUDIOS. I have included the penguin database down(in pictures and text format). Note: you need to download or turn/call the database to "penguin_popgrowth.txt". I would really appreciate if you can help As soon as possible.
For this question, we will use the Palmer Penguins dataset. You will need to install and load a package containing the data with
install.packages("palmerpenguins") library(palmerpenguins)
The package contains two datasets, penguins and penguins_raw, which you can access by name once you've loaded the package. We will work with penguins. After the package is loaded, you can see the first few rows with head(penguins).