Get local and world news sources.

acc_local_sources(lat, lon, radius = 50, pages = 1)

acc_world_sources(popular = FALSE, type = NULL, pages = 1)

Arguments

lat

Coordinates to retrieve local news articles from.

lon

Coordinates to retrieve local news articles from.

radius

Radius in miles. from coordinates, maximum 300 miles.

pages

Number of pages of results to collect (100 per page).

popular

Set to TRUE to retrieve popular local or world news.

type

Type of source/publisher to query for e.g. politics or sports.

Examples

# NOT RUN {
 src <- acc_world_sources(type = "business")
# }