https://github.com/adamspannbauer/ts_shiny_demo
https://github.com/adamspannbauer/ts_shiny_demo
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adamspannbauer/ts_shiny_demo
- Owner: AdamSpannbauer
- Created: 2022-02-03T12:49:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-03T21:59:03.000Z (over 4 years ago)
- Last Synced: 2025-01-13T05:28:11.853Z (over 1 year ago)
- Language: R
- Size: 2.81 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ts_shiny
Data originally from [this Kaggle dataset](https://www.kaggle.com/pearlveera/weekly-sku-level-product-sales-transactions).
### TODO:
* [x] Get the project on your git profile/machine
* [x] Shiny stuff
* [x] Add a drop down list for users to select which store
* [x] Add a drop down list for users to select which product
* [x] Create a plot of the selected time series
* [x] Add a date range selection to filter time series
* [ ] Do something fancy
* See: http://shinyapps.dreamrs.fr/shinyWidgets/
* See: `plotly` package
* See: imagination
* Look into other options besides our plain `fluidPage` for the UI
* `navbarPage()`
* `sidebarLayout()`
* Look into putting all your input widgets into an `inputPanel()`
* Show revenue by week instead of units
* maybe give user option of what to plot
* Deploy your app to be on the internet!!! 😱😱😱
* https://shiny.rstudio.com/articles/shinyapps.html
* [x] Push your changes up to GitHub
* [ ] You just made a mini porfolio project, make it's homepage (this README file) look nice and approachable.
* [ ] Add a screenshot or gif to the README
* [ ] Add a little summary of what it does
* [ ] Add whatever you'd like!