Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.22 KB

README.md

File metadata and controls

17 lines (12 loc) · 1.22 KB

Penguins Shiny App: STAT 545B Assignment B-4

Author:

  • Dana Halay

Repository

This repository is an individual assignment for the University of British Columbia course STAT 545B. The purpose of this assignment is to create a shiny package in R that is user-friendly and has efficient code, and deploy it online to shinyapps.io.

Penguins Shiny App Description

This shiny app is utilizing the dataset penguins from the palmerpenguins package. The user can view the data in an interactive table where you can search for entries, and in a histogram graphing the distribution of body weights of the penguins. There is an interactive filtering of the data for the body weight range and for the species, and you can select to view a single species or multiple species at a time.

Penguins Shiny App Running On shinyapps.io

  • The base model of the shiny app can be found running on shinyapps.io Here
  • The updated model of the shiny app can be found running on shinyapps.io Here

Penguins Dataset Source

The penguins.csv dataset can be found Here