https://github.com/flexmonster/pivot-r-shiny
R Shiny pivot table example with Flexmonster
https://github.com/flexmonster/pivot-r-shiny
pivot-chart pivot-grid r r-package shiny
Last synced: about 1 year ago
JSON representation
R Shiny pivot table example with Flexmonster
- Host: GitHub
- URL: https://github.com/flexmonster/pivot-r-shiny
- Owner: flexmonster
- Created: 2019-03-14T10:37:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T12:32:51.000Z (about 2 years ago)
- Last Synced: 2025-04-05T02:01:47.831Z (about 1 year ago)
- Topics: pivot-chart, pivot-grid, r, r-package, shiny
- Language: HTML
- Homepage: https://www.flexmonster.com
- Size: 27.3 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# R Shiny pivot table | Flexmonster Pivot Table & Charts sample project with R Shiny
[](https://www.flexmonster.com?r=sample_shiny)
Website: [flexmonster.com](https://www.flexmonster.com?r=sample_shiny)
[](https://github.com/flexmonster) [](https://twitter.com/Flexmonster)
## Flexmonster Pivot Table & Charts
Flexmonster Pivot Table & Charts is a powerful and fully customizable JavaScript component for web reporting. It is packed with all core features for data analysis and can easily become a part of your R Shiny data visualization project. The tool supports popular frameworks like Angular, React, Vue, Blazor, and [more](https://www.flexmonster.com/doc/available-tutorials-integration?r=sample_shiny). Also, Flexmonster connects to any data source, including SQL and NoSQL databases, JSON and CSV files, OLAP cubes, and Elasticsearch.
This repository contains a sample [R](https://www.r-project.org/) + [Shiny](https://www.rstudio.com/products/shiny/) project for Flexmonster Pivot Table & Charts.
Table of contents:
* [Prerequisites](#prerequisites)
* [Installation](#installation)
* [Related Flexmonster docs](#related-flexmonster-docs)
* [Support and feedback](#support-and-feedback)
* [Flexmonster licensing](#flexmonster-licensing)
* [Social media](#social-media)
## Prerequisites
- [R](https://www.r-project.org/)
- [Shiny package](https://www.rstudio.com/products/shiny/)
To install Shiny, [invoke R](https://cran.r-project.org/doc/manuals/r-release/R-intro.html#Invoking-R) and run the following command:
```bash
install.packages("shiny")
```
## Installation
1. Download a `.zip` archive with the sample project or clone it from GitHub with the following command:
```bash
git clone https://github.com/flexmonster/pivot-r-shiny
```
2. [Invoke R](https://cran.r-project.org/doc/manuals/r-release/R-intro.html#Invoking-R) and navigate to the `pivot-r-shiny/` project folder:
```bash
setwd('/pivot-r-shiny')
```
3. Run the sample project from the R program:
```bash
library(shiny)
runApp()
```
The application will be automatically opened in your browser.
## Related Flexmonster docs
- [Integration with R Shiny](https://www.flexmonster.com/doc/integration-with-r-shiny?r=sample_shiny) — learn how to integrate Flexmonster into an R Shiny project.
## Support and feedback
In case of any issues, visit our [troubleshooting section](https://www.flexmonster.com/doc/typical-errors?r=sample_shiny). You can also search among the [resolved cases](https://www.flexmonster.com/technical-support?r=sample_shiny) for a solution to your problem.
To share your feedback or ask questions, contact our Tech team by raising a ticket on [Flexmonster Help Center](https://www.flexmonster.com/help-center?r=sample_shiny). You can also find a list of samples, technical specifications, and a user interface guide there.
## Flexmonster licensing
To learn about Flexmonster Pivot licenses, visit the [Flexmonster licensing page](https://www.flexmonster.com/pivot-table-editions-and-pricing?r=sample_shiny).
If you want to test our product, we provide a 30-day free trial.
If you need any help with your license — fill out our [Contact form](https://www.flexmonster.com/contact-our-team?r=sample_shiny), and we will get in touch with you.
## Social media
Follow us on social media and stay updated on our development process!
[](https://linkedin.com/company/flexmonster) [](https://youtube.com/user/FlexMonsterPivot) [](https://twitter.com/flexmonster)