Description Usage Arguments Functions Examples
View source: R/api_functions.R
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.
1 2 3 4 5 | get_countries(pages = 1)
get_keywords(pages = 1)
get_languages(pages = 1)
|
pages |
Either the number of pages to download or "all". Defaults to 1. |
get_keywords
: Get keywords.
get_languages
: Get countries.
1 2 3 4 5 | ## Not run:
get_languages(pages=2)
get_keywords("all")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.