get_single_story: Get single story

Description Usage Arguments Value Examples

View source: R/stories.R

Description

Get information about a single MediaCloud story.

Usage

1
get_single_story(stories_id, key = NULL, tibble = TRUE)

Arguments

stories_id

The MediaCloud story id

key

MediaCloud API key. Will be read from environment variable 'MEDIACLOUD_API_KEY' if set to NULL (default).

tibble

Logical indicating whether result should be returned as a tibble. Default to TRUE. If set to FALSE, the unedited content of the HTTP response will be returned instead.

Value

A tibble containing information about the story.

Examples

1
2
3
4
## Not run: 
get_single_story(27456565)

## End(Not run)

joon-e/mediacloud documentation built on Jan. 8, 2022, 12:04 a.m.