Description Usage Arguments Value Examples
Get information about a single MediaCloud story.
1 | get_single_story(stories_id, key = NULL, tibble = TRUE)
|
stories_id |
The MediaCloud story id |
key |
MediaCloud API key. Will be read from environment
variable 'MEDIACLOUD_API_KEY' if set to |
tibble |
Logical indicating whether result should be returned as
a tibble. Default to |
A tibble containing information about the story.
1 2 3 4 | ## Not run:
get_single_story(27456565)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.