shrutir11 / KEYS

github.io website rendered using MkDocs GitHub Actions
https://shrutir11.github.io/KEYS/
GNU General Public License v3.0
0 stars 1 forks source link

Use Penguin Data #8

Open tyson-swetnam opened 3 years ago

tyson-swetnam commented 3 years ago

After you've gotten the GitAction and Docker containers built, I want you to pull in these palmerpenguins R data for the RStudio, https://allisonhorst.github.io/palmerpenguins/

install.packages("palmerpenguins")

and for the Jupyter Lab, we can use the Python equivalent: https://github.com/mcnakhaee/palmerpenguins

pip install palmerpenguins
tyson-swetnam commented 3 years ago

On your website, in the Data section, you can add Palmer Penguins as the example use case, give a brief description of them and why they are used instead of iris

shrutir11 commented 3 years ago

I was able to open RStudio and install the palmerpenguins package.