convert_response_to_tibble: Convert Slack API json response to tibble.

View source: R/call_slack_api.R

convert_response_to_tibbleR Documentation

Convert Slack API json response to tibble.

Description

Convert Slack API json response to tibble.

Usage

convert_response_to_tibble(x, element)

Arguments

x

The Slack API response object, returned from call_slack_api.

element

The name of the list element to extract.

Value

A tibble


slackr documentation built on March 7, 2023, 8 p.m.