Skip to content

Repository files navigation

📊 Interactive Dashboard in R (Shiny)

R Shiny shinydashboard ggplot2 plotly

An interactive data visualization dashboard built with R Shiny for dynamic exploration and insights.


📖 Overview

This project presents an interactive dashboard built using R Shiny, enabling users to explore datasets through dynamic visualizations, filters, and summary metrics.

The goal is to provide an intuitive interface for uncovering patterns, trends, and distributions in data.


🔧 Features

  • 🎛️ Interactive filters and dropdowns for data selection
  • 📊 Dynamic visualizations (bar plots, line charts, etc.)
  • 📦 Summary statistics and value boxes
  • 📱 Responsive UI using shinydashboard

🛠️ Technologies Used

  • Shiny → Web application framework
  • shinydashboard → Dashboard layout and UI components
  • ggplot2 → Data visualization
  • dplyr → Data manipulation
  • plotly → Interactive charts

🚀 How to Run

  1. Install required packages:
install.packages(c(
  "shiny",
  "shinydashboard",
  "ggplot2",
  "dplyr",
  "plotly"
))
  1. Run the application:
library(shiny)
runApp()

Built for interactive data storytelling.

About

Interactive R Shiny dashboard designed for dynamic data exploration with filters, visualizations, and summary statistics.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages