Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jonthegeek/tidyslack

Tidy Slack Conversations
https://github.com/jonthegeek/tidyslack

Last synced: 10 days ago
JSON representation

Tidy Slack Conversations

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%"
)
```

# 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.