slackr-package: slackr-package

Description Details Author(s) Examples

Description

slackr - A package to work with the Slack.com API

Details

Mega thanks to:

for their contributions to the package!

Check out:

Author(s)

Bob Rudis (@hrbrmstr)

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
## Not run: 
slackr_setup()

# send objects
slackr("iris info", head(iris), str(iris))

# send images
library(ggplot2)
qplot(mpg, wt, data=mtcars)
dev.slack("#results")

ggslackr(qplot(mpg, wt, data=mtcars))


## End(Not run)

tmooney101/slacktest003 documentation built on May 31, 2019, 4:39 p.m.