.is_answerable | R Documentation |
Check Whether a Question is Answerable
.is_answerable(
speech_balloons,
users,
reply_counts,
reply_userses,
channel_ids,
tses,
latest_activities,
slack_api_key
)
speech_balloons |
The logical vector indicating whether a question is tagged with the "needs more information" emoji. |
users |
The character vector of users who posted the question. |
reply_counts |
The integer vector of numbers of replies to each message. |
reply_userses |
The list of character vectors of users who have replied to this thread. |
channel_ids |
The character vector of channels in which the questions were posted. |
tses |
The character vector of timestamps for threads attached to the question. |
latest_activities |
The character vector of timestamps of the most recent activity on each post. |
slack_api_key |
This user's Slack token. |
A logical vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.