https://github.com/elkronos/shiny_examples
Examples of Shiny applications. Examples vary in terms of plots, functionality, and complexity. Multiple examples are provided for plots for educational pruposes.
https://github.com/elkronos/shiny_examples
analytics application r shiny templates visualization
Last synced: about 1 year ago
JSON representation
Examples of Shiny applications. Examples vary in terms of plots, functionality, and complexity. Multiple examples are provided for plots for educational pruposes.
- Host: GitHub
- URL: https://github.com/elkronos/shiny_examples
- Owner: elkronos
- License: mit
- Created: 2023-04-27T00:54:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-16T22:53:01.000Z (over 1 year ago)
- Last Synced: 2025-03-23T19:39:10.452Z (about 1 year ago)
- Topics: analytics, application, r, shiny, templates, visualization
- Language: R
- Homepage:
- Size: 126 KB
- Stars: 18
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shiny_examples
This repo contains shiny examples geared toward analysis, education, and establishing a base of templates for different types of plots.
## Analysis
Shiny applications designed to do specific types of analyses. Often these applications are loaded with libraries or custom functions to quickly look at statistical information.
## Development Examples
This folder contains step-by-step examples of shiny applications with different parameters and features. The purpose of these scripts was to showcase how one can add different parameters to their application.
## Templates
These applications are designed to serve as templates with multiple features so that the user can quickly remove/adjust things to fit their project.