4  Assignment: Shiny

Author

Sezer Turkmen

Published

January 9, 2024

4.1 Shiny App: Spotify Data Exploration

This Shiny app explores Spotify data, focusing on trends in various music features over the years. The data source is a dataset containing information on streams, release years, and different music attributes.

You can run my shiny app using the following command.

library(shiny)
shiny::runGitHub("pjournal/mef07-sezerlucianturkmen", subdir = "/app/app.R")