Learn R Programming

tm.plugin.webmining (version 1.3)

YahooNewsSource: Get news data from Yahoo! News (https://news.search.yahoo.com/search/).

Description

Currently, only a maximum of 10 items can be retrieved.

Usage

YahooNewsSource(query, params = list(p = query), ...)

Arguments

query
words to be searched in Yahoo News, multiple words must be separated by '+'
params,
additional query parameters, see http://developer.yahoo.com/rss/
...
additional parameters to WebSource

Value

WebXMLSource

See Also

WebSource

Examples

Run this code
## Not run: 
# corpus <- Corpus(YahooNewsSource("Microsoft"))
# ## End(Not run)

Run the code above in your browser using DataLab