Learn R Programming

⚠️There's a newer version (3.3.1) of this package.Take me there.

slackr (version 2.0.1)

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

Description

'Slack' provides a service for teams to collaborate by sharing messages, images, links, files and more. Functions are provided that make it possible to interact with the 'Slack' platform 'API'. When you need to share information or data from R, rather than resort to copy/ paste in e-mails or other services like 'Skype' , you can use this package to send well-formatted output from multiple R objects and expressions to all teammates at the same time with little effort. You can also send images from the current graphics device, R objects, and upload files.

Copy Link

Version

Install

install.packages('slackr')

Monthly Downloads

29,792

Version

2.0.1

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Matt Kaye

Last Published

January 19th, 2021

Functions in slackr (2.0.1)

slackr_bot

Send result of R expressions to a Slack channel via webhook API
dev_slackr

Send the graphics contents of the current device to a Slack channel
save_slackr

Save R objects to an RData file on Slack
slackr-package

slackr-package
slackr_channels

Get a data frame of Slack channels
register_onexit

Append text_slackr as on.exit to functions.
slackr_census

Create a cache of the users and channels in the workspace in order to limit API requests
ggslackr

Post a ggplot to a Slack channel
slackr_chtrans

Translate vector of channel names to channel ID's for API
slackr

Output R expressions to a Slack channel/user
slackr_msg

Output R expressions to a Slack channel/user
text_slackr

tex_slackr

Post a tex output to a Slack channel
slackr_createcache

Create a cache of the users and channels in the workspace in order to limit API requests
slackr_ims

Get a data frame of Slack IM ids
slackr_users

Get a data frame of Slack users
slackr_upload

Send a file to Slack
slackr_setup

Setup environment variables for Slack API access