This repository contains a set of four interactive R Shiny dashboards designed to explore and visualize download data from various netlabels hosted on the Internet Archive. Each dashboard provides insights into historical download patterns, artist distributions, and trends specific to a given netlabel. The dashboards also enable users to generate hypothetical compilations based on stratified sampling of the data.
Each dashboard focuses on a specific netlabel and offers insights into the corresponding statistics over time.
- Each dashboard shows artist download data across different historical periods, allowing users to view trends and distributions of album downloads.
- Compilation Maker generates a hypothetical compilation of artists, ensuring a mix of emerging and established artists based on historical download data.
shinythemes
, tidyverse
, cowplot
, internetarchive
To run any of the apps directly from GitHub, use the following commands in your R environment:
shiny::runGitHub("NetlabelInsights", "aurora-mm", subdir = "EnoughRecords/")
shiny::runGitHub("NetlabelInsights", "aurora-mm", subdir = "Entity/")
shiny::runGitHub("NetlabelInsights", "aurora-mm", subdir = "Mahorka/")
shiny::runGitHub("NetlabelInsights", "aurora-mm", subdir = "TreetrunkRecords/")
Linn Friberg