# 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))
# }
Run the code above in your browser using DataLab