https://github.com/tiffanymtang/shinyWrappers
https://github.com/tiffanymtang/shinyWrappers
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tiffanymtang/shinyWrappers
- Owner: tiffanymtang
- License: other
- Created: 2023-12-29T15:54:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-03T00:28:51.000Z (6 months ago)
- Last Synced: 2024-10-28T15:04:14.796Z (6 months ago)
- Language: R
- Size: 127 KB
- Stars: 0
- 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
```