Skip to content

Shiny web application to create interactive dashboard using Cereals dataset. The Shiny application renders different UI elements such as radio buttons, check boxes, text box. These elements take input from user and dynamically create graphs.

Notifications You must be signed in to change notification settings

snehadingre/R-shiny-WebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

r-shiny

Data source: https://www.kaggle.com/crawford/80-cereals

This R project is a web applicaion dashboard designed using R Shiny.The UI is implemented using Shiny's FluidPage() layout with elements such as checkboxGroupInput(), radioButtons(), textInput(). These input elements allow the user to interact with Shiny app and generate graphs and other visualizations dynamically.

App.r implements UI and server code for the Shiny app.

Libraries used: shiny, dplyr, ggplot2

Rshiny

About

Shiny web application to create interactive dashboard using Cereals dataset. The Shiny application renders different UI elements such as radio buttons, check boxes, text box. These elements take input from user and dynamically create graphs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages