slackr: Send Messages, Images, R Objects and Files to 'Slack' Channels/Users

Rの出力結果をSlack (slack.com) のチャンネルに投稿

> library(slackr)

バージョン: 1.3.1.9001


関数名 概略
dev_slackr Send the graphics contents of the current device to a 'slack.com' channel
ggslackr Post a ggplot to a 'slack.com' channel
save_slackr Save R objects to an RData file on 'slack.com'
slackr Output R expressions to a 'slack.com' channel/user
slackr-package slackr-package
slackr_bot Send result of R expressions to a 'slack.com' channel via webhook API
slackr_channels Get a data frame of slack.com channels
slackr_chtrans Translate vector of channel names to channel ID's for API
slackr_groups Get a data frame of slack.com groups
slackr_ims Get a data frame of slack.com IM ids
slackr_setup Setup environment variables for 'slack.com' API
slackr_upload Send a file to 'slack.com'
slackr_users Get a data frame of slack.com users
text_slackr Sends basic text to a slack channel. Calls the
chat.postMessage method on the Slack Web API. Information on this method can be found here: