README.md

discoball

Lifecycle: experimental

The goal of discoball is to provide a simple wrapper around the Discourse API for some of the more common actions you might want to perform.

Installation

You can install the development version of discoball from GitHub with:

install.packages("remotes")
remotes::install_github("sellorm/discoball")

Usage

Set the environment variable DISCOURSE_SERVER before you use any of the functions.

You can do this in R like this:

``` Sys.setenv("DISCOURSE_SERVER" = "https://discourse.example.com")



sellorm/discoball documentation built on Aug. 8, 2020, 12:06 a.m.