Client for the News API
Builds query URL for newsapi.org.
Concatenate character vector to comma-separated string.
Extracts data frame with News API articles from response object.
Extracts metadata.
Extracts data frame with News API sources from response object.
Get resources of newsapi.org
Returns all articles from newsapi.org in one data frame
Returns selected headlines from newsapi.org
Returns all headlines from newsapi.org
Returns selected sources from newsapi.org
Makes a GET request to News API.
Parses content returned by query to the News API.
Add API key to the .Renviron
Checks validity of a category.
Checks validity of a country
Checks validity of a language
Checks validity of a source
Interface to gather news from the 'News API', based on a multilevel query <https://newsapi.org/>. A personal API key is required.