get_countries: Get countries, keywords and languages

Description Usage Arguments Functions Examples

View source: R/api_functions.R

Description

These return lookup tables to the country, keyword and language IDs. The language IDs are used by the creative work, news articles, and media objects, whereas the claims data uses keyword and country IDs.

Usage

1
2
3
4
5
get_countries(pages = 1)

get_keywords(pages = 1)

get_languages(pages = 1)

Arguments

pages

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

Functions

Examples

1
2
3
4
5
## Not run: 
get_languages(pages=2)
get_keywords("all")

## End(Not run)

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