powered by
slackr_save enables you upload R objects (as an R data file) to Slack and (optionally) post them to one or more channels (if channels is not empty).
slackr_save
channels
slackr_save( ..., channels = Sys.getenv("SLACK_CHANNEL"), file = "slackr", token = Sys.getenv("SLACK_TOKEN"), initial_comment = NULL, title = NULL, thread_ts = NULL )
httr response object from POST call
httr
POST
objects to store in the R data file.
Comma-separated list of channel names or IDs where the file will be shared.
filename (without extension) to use.
Authentication token bearing required scopes.
The message text introducing the file in specified channels.
Title of file.
Provide another message's ts value to upload this file as a reply. Never use a reply's ts value; use its parent instead.
slackr_setup(), slackr_dev(), slackr_upload()
slackr_setup()
slackr_dev()
slackr_upload()
if (FALSE) { slackr_setup() slackr_save(mtcars, channels = "#slackr", file = "mtcars") }
Run the code above in your browser using DataLab