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

rocketchatr

Lifecycle: experimental ![GitHub tag](https://img.shields.io/github/tag/mcanouil/rocketchatr.svg?label=latest tag&include_prereleases) CRAN status Codecov test coverage R-CMD-check

Work In Progress ...

An R client to interact with a Rocket.Chat server.

Installation

# Install from CRAN:
install.packages("rocketchatr")

# Or the development version from GitHub:
# install.packages("remotes")
remotes::install_github("mcanouil/rocketchatr")

Example

...

Code of Conduct

Please note that the rocketchatr project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.



mcanouil/rocketchatr documentation built on April 15, 2022, 5:47 a.m.