prep_channel: Prepare Channel

View source: R/prep.R

prep_channelR Documentation

Prepare Channel

Description

Function that will parse multiple types of channel inputs.

Usage

prep_channel(channel, ts = NULL)

Arguments

channel

character

ts

character slack api timestamp of the format xxxxxxxxxx.xxxxxx, Default: NULL

Details

channel can be either - channel id - link to a message from slack

Value

channel

See Also

Other post: post_block()

Examples

## Not run: 
if(interactive()){
 #EXAMPLE1
 }

## End(Not run)

yonicd/slackblocks documentation built on March 2, 2023, 6:53 a.m.