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


[Up] [Top]

Documentation for package ‘slackr’ version 2.3.0

Help Pages

auth_test Checks authentication & identity against the Slack API.
call_slack_api A wrapper function to call the Slack API with authentication and pagination.
convert_response_to_tibble Convert Slack API json response to tibble.
create_config_file Create the config file used in 'slackr_setup()'
dev.slackr Superseded by slackr_dev
dev_slackr Superseded by slackr_dev
ggslackr Post a ggplot to a Slack channel
register_onexit Append slackr_msg as on.exit to functions.
save.slackr Superseded by save_slackr
save_slackr Superseded by slackr_save
slackr Output R expressions to a Slack channel/user
slackrBot Superseded by slackr_bot
slackrChannels Superseded by slackr_channels
slackrChTrans Superseded by slackr_chtrans
slackrChtrans Superseded by slackr_chtrans
slackrIms Superseded by slackr_ims
slackrMsg Superseded by slackr_msg
slackrSetup Superseded by slackr_setup
slackrUpload Superseded by slackr_upload
slackrUsers Superseded by slackr_users
slackr_bot Send result of R expressions to a Slack channel via webhook API
slackr_channels Get a data frame of Slack channels
slackr_chtrans Translate vector of channel names to channel IDs for API
slackr_csv Send a data frame to Slack as a CSV
slackr_delete slackr_delete
slackr_dev Send the graphics contents of the current device to a Slack channel
slackr_history Reads history of a channel.
slackr_ims Get a data frame of Slack IM ids
slackr_msg Sends a message to a slack channel.
slackr_save Save R objects to an RData file on Slack
slackr_setup Setup environment variables for Slack API access
slackr_teardown Unset env vars created by 'slackr_setup()'
slackr_tex Post a tex output to a Slack channel
slackr_upload Send a file to Slack
slackr_users Get a data frame of Slack users
textSlackr Superseded by text_slackr
text_slackr text_slackr
tex_slackr Superseded by slackr_tex
with_pagination Calls the slack API with pagination using cursors.