get_creative_works: Get creative works

Description Usage Arguments Functions Examples

View source: R/api_functions.R

Description

Returns the creative works (containing both news articles and media objects) or only news articles or only media objects (videos). Contains a link to the original source and an archived version, as well as an abstract (if applicable).

Usage

1
2
3
4
5
get_creative_works(pages = 1)

get_news_articles(pages = 1)

get_media_objects(pages = 1)

Arguments

pages

Either the number of pages to download or "all". Defaults to 1.

Functions

Examples

1
2
3
4
5
6
## Not run: 
get_news_articles(pages=1)
get_media_objects("all")
get_creative_works()  # equivalent to pages=1

## End(Not run)

corriebar/euvsdisinfoR documentation built on March 15, 2020, 4 p.m.