knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#",
  fig.path = "README-"
)

flowdockr is an R package to work wih the Flowdock API

Heavily based on slackr.

The following functions are implemented:

News

Installation

devtools::install_github("hrbrmstr/flowdockr")
options(width=120)

Usage

library(flowdockr)

# current verison
packageVersion("flowdockr")

Test Results

library(flowdockr)
library(testthat)

date()

test_dir("tests/")

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.



hrbrmstr/flowdockr documentation built on May 17, 2019, 4:57 p.m.