dot-is_answerable: Check Whether a Question is Answerable

.is_answerableR Documentation

Check Whether a Question is Answerable

Description

Check Whether a Question is Answerable

Usage

.is_answerable(
  speech_balloons,
  users,
  reply_counts,
  reply_userses,
  channel_ids,
  tses,
  latest_activities,
  slack_api_key
)

Arguments

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.

Value

A logical vector.


r4ds/mentordash documentation built on Dec. 6, 2024, 2:39 a.m.