Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonthegeek/tidyslack
Tidy Slack Conversations
https://github.com/jonthegeek/tidyslack
Last synced: 10 days ago
JSON representation
Tidy Slack Conversations
- Host: GitHub
- URL: https://github.com/jonthegeek/tidyslack
- Owner: jonthegeek
- License: other
- Created: 2023-03-01T20:09:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-13T18:58:06.000Z (12 months ago)
- Last Synced: 2024-08-13T07:11:09.499Z (3 months ago)
- Language: R
- Homepage: https://r4ds.github.io/tidyslack/
- Size: 350 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - jonthegeek/tidyslack - Tidy Slack Conversations (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# tidyslack
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/tidyslack)](https://CRAN.R-project.org/package=tidyslack)
[![Codecov test coverage](https://codecov.io/gh/jonthegeek/tidyslack/branch/main/graph/badge.svg)](https://app.codecov.io/gh/jonthegeek/tidyslack?branch=main)
[![R-CMD-check](https://github.com/jonthegeek/tidyslack/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jonthegeek/tidyslack/actions/workflows/R-CMD-check.yaml)Clean and organize data retrieved from the Slack api.
## Installation
You can install the development version of tidyslack from [GitHub](https://github.com/) with:
``` r
# install.packages("pak")
pak::pak("jonthegeek/tidyslack")
```## Usage
Add usage information and examples here.
## Code of Conduct
Please note that the tidyslack project is released with a [Contributor Code of Conduct](https://jonthegeek.github.io/tidyslack/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.