Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tylerlittlefield/brewr-shiny

:beer: A shiny app for the brewr package
https://github.com/tylerlittlefield/brewr-shiny

homebrew r rstats shiny

Last synced: 5 days ago
JSON representation

:beer: A shiny app for the brewr package

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```
# brewr-shiny

A shiny app for the `brewr` package.

![Demo](inst/images/demo.png)

## Running the app

You can view the app [here](https://tylurp.shinyapps.io/brewr-shiny/) or run it locally. To run it locally, make sure you have the correct libraries installed (see `app.R`) and then run:

```{r, eval=FALSE}
shiny::runGitHub("brewr-shiny", "tylurp")
```

Alternatively, you can download this repo, open the project, open `app.R` and then hit "Run App" in the RStudio IDE.