source.Rd
Get local and world news sources.
acc_local_sources(lat, lon, radius = 50, pages = 1) acc_world_sources(popular = FALSE, type = NULL, pages = 1)
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 |
type | Type of source/publisher to query for e.g. |
# NOT RUN { src <- acc_world_sources(type = "business") # }