Description Usage Arguments Value Examples
Search for media outlets by name and/or tag.
1 |
name |
Media name to search for. |
tag |
MediaCloud tag to search for. |
n |
Maximum number of results to return. |
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 found media outlets.
1 2 3 4 5 | ## Not run:
search_media(name = "New York")
search_media(tag = "Germany___National")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.