https://github.com/tiffanymtang/shinyWrappers
https://github.com/tiffanymtang/shinyWrappers
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tiffanymtang/shinyWrappers
- Owner: tiffanymtang
- License: other
- Created: 2023-12-29T15:54:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-27T02:14:36.000Z (9 months ago)
- Last Synced: 2025-04-03T02:14:36.463Z (8 months ago)
- Language: R
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - tiffanymtang/shinyWrappers - (R)
README
# shinyWrappers
shinyWrappers provides a library of helpful wrapper functions to create beautiful and interactive Shiny apps.
## Installation
You can install the development version of shinyWrappers from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("tiffanymtang/shinyWrappers")
```
## Example
This is a basic example which shows you how to solve a common problem:
``` r
library(shinyWrappers)
## basic example code
```