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

https://github.com/fbaffie/ShinyModules

A repository where reusable Shiny modules will be stored
https://github.com/fbaffie/ShinyModules

Last synced: 4 months ago
JSON representation

A repository where reusable Shiny modules will be stored

Awesome Lists containing this project

README

        

# ShinyModules
A repository where reusable Shiny modules will be stored.
At the moment, all modules developed here will be used by the "Flood_forecasting" shiny app.

# Installation

On RStudio, install package devtools and curl:

> install.packages("devtools")
> install.packages("curl")

Afterwards, run these commands:

> library(devtools)

> install_github("fbaffie/ShinyModules")