This app is aimed to provide the average monthly revenue of each store based on different types of products.
Store_id and Product_code can be selected from the left panel, where figures and results are shown on the right panel of the page.
The average monthly revenue data comes from the raw data. Here is a glimpse of the raw data.
data <- read.csv("./sample_data.csv")
head(data, 3)
## week_sold price num_sold store_id product_code department_name
## 1 7/01/2018 3.0 14 STORE_2 PRO_001 BEVERAGE
## 2 7/01/2018 2.8 12 STORE_3 PRO_001 BEVERAGE
## 3 7/01/2018 2.8 12 STORE_3 PRO_001 BEVERAGE