Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/r4ds/shinyslack

Integrate Slack and Shiny
https://github.com/r4ds/shinyslack

hacktoberfest hacktoberfest2022 rshiny

Last synced: 8 days ago
JSON representation

Integrate Slack and Shiny

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# shinyslack

The goal of shinyslack is to make it easy to integrate Slack and Shiny.
This package grew out of the R4DS Online Learning Community's [mentordash app](r4ds.io/mentordash).

## Installation

You can install the development version of shinyslack from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("r4ds/shinyslack")
```

## Code of Conduct

Please note that the shinyslack project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.