An open API service indexing awesome lists of open source software.

https://github.com/tiffanymtang/shinyWrappers


https://github.com/tiffanymtang/shinyWrappers

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

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
```