This Warehouse Dashboard application implements Market Basket Analysis to mine the relationship between different products. It uses 'arules' package for getting rules and 'flexdashboard' package for Shiny.
https://skipper.shinyapps.io/shiny_warehouse_dashboard/?fbclid=IwAR14xXF60oytz55Vn-wcvMiDYsy_ky3kvKuVyj8o5OswEOuOeiMEBbLOHr4
The app tries to read the file 'data.zip' with 'data.csv' inside, if it exists in the working directory. Alternatevely, you may choose a local CSV-file that contains the columns: 'Date' (as yyyy-mm-dd), 'OrderID', 'ProductID', 'CustomerID', and 'Qty.Logged'.
Published:May 14, 2020