Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sol-eng/customer-tracker
R data products: Reports, Presentations, Apps, and API's
https://github.com/sol-eng/customer-tracker
demo excel plumber rmarkdown shiny
Last synced: about 1 month ago
JSON representation
R data products: Reports, Presentations, Apps, and API's
- Host: GitHub
- URL: https://github.com/sol-eng/customer-tracker
- Owner: sol-eng
- License: apache-2.0
- Created: 2018-05-10T17:30:56.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-11-12T13:15:56.000Z (about 3 years ago)
- Last Synced: 2024-08-13T07:11:49.397Z (5 months ago)
- Topics: demo, excel, plumber, rmarkdown, shiny
- Language: R
- Homepage:
- Size: 1.79 MB
- Stars: 21
- Watchers: 6
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - sol-eng/customer-tracker - R data products: Reports, Presentations, Apps, and API's (R)
README
# Customer Tracker
Turn your R code into reports, presentations, dashboards, apps, and API's with [R Markdown](https://rmarkdown.rstudio.com/), [Shiny](http://shiny.rstudio.com/), and [Plumber](https://www.rplumber.io/). This repos shows 9 different data products built on the same data set. Use whatever output type is appropriate for your situation. After you create your content, you can publish it to [RStudio Connect](https://www.rstudio.com/products/connect/).
## Data Explanation
These reports show year over year performance for many customer segments and product groups. Top level performance (i.e. revenue) is decomposed into lower level performance metrics (i.e. customer visits, items purchased, and checkout spend). For example, in week 1 revenue for the all segments and products increased by 22.9 compared to last year. The main contributors to the increase were visits (+12.1%) and spend (+6.3%).
## Output Types
The following output formats for the customer tracker are hosted on [RStudio Connect](https://www.rstudio.com/products/connect/):
#### Reports
* [HTML Report](http://colorado.rstudio.com/rsc/tracker-report/tracker-report.html) [[login]](http://colorado.rstudio.com:3939/connect/#/apps/1609/access)
* [PDF Report](http://colorado.rstudio.com:3939/content/1644/tracker-pdf.pdf) [[login]](http://colorado.rstudio.com:3939/connect/#/apps/1644/access)
* [Word Report](http://colorado.rstudio.com:3939/content/1643/) [[login]](http://colorado.rstudio.com:3939/connect/#/apps/1643/access/1432)#### Presentations
* [HTML Presentation](http://colorado.rstudio.com:3939/content/1645/tracker-ioslides.html) [[login]](http://colorado.rstudio.com:3939/connect/#/apps/1645/access/1229)
* [PowerPoint Presentation](http://colorado.rstudio.com:3939/content/1646/) [[login]](http://colorado.rstudio.com:3939/connect/#/apps/1646/access/1429)#### Shiny apps and docs
* [Shiny App](http://colorado.rstudio.com:3939/tracker-app/) [[login]](http://colorado.rstudio.com:3939/connect/#/apps/1120)
* [Shiny Document](http://colorado.rstudio.com:3939/content/1121/) [[login]](http://colorado.rstudio.com:3939/connect/#/apps/1121/access)
* [Flexdashboard](http://colorado.rstudio.com:3939/content/1642/) [[login]](http://colorado.rstudio.com:3939/connect/#/apps/1642/access)#### API's
* [Plumber API](http://colorado.rstudio.com:3939/content/1117/) [[login]](http://colorado.rstudio.com:3939/connect/#/apps/1117/access)
## RStudio Connect
[RStudio Connect](https://www.rstudio.com/products/connect/) is a server product from RStudio for secure sharing of R content. It is on-premises software you run behind your firewall. You keep control of your data and who has access. With RStudio Connect you can see all your content, decide who should be able to view and collaborate on it, tune performance, schedule updates, and view logs.
## References
* [Communicating Results with R Markdown](https://rviews.rstudio.com/2018/11/01/r-markdown-a-better-approach/)
* [Enterprise Dashboards with R Markdown](https://rviews.rstudio.com/2018/05/16/replacing-excel-reports-with-r-markdown-and-shiny/)
* [Enterprise Dashboards with Shiny and Databases](https://rviews.rstudio.com/2017/09/20/dashboards-with-r-and-databases/)