Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/r4ds/shinyslack
- Owner: r4ds
- License: other
- Created: 2022-03-19T21:47:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T14:26:21.000Z (9 months ago)
- Last Synced: 2024-10-29T12:28:54.022Z (about 1 month ago)
- Topics: hacktoberfest, hacktoberfest2022, rshiny
- Language: R
- Homepage:
- Size: 78.1 KB
- Stars: 15
- Watchers: 1
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.Rmd
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - r4ds/shinyslack - Integrate Slack and Shiny (R)
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.