Learn R Programming

slackr (version 3.3.1)

convert_response_to_tibble: Convert Slack API json response to tibble.

Description

Convert Slack API json response to tibble.

Usage

convert_response_to_tibble(x, element)

Value

A tibble

Arguments

x

The Slack API response object, returned from call_slack_api.

element

The name of the list element to extract.