Learn R Programming

newscatcheR (version 0.1.1)

describe_url: Describe URL

Description

Describe URL

Usage

describe_url(website = "ycombinator.com", rss_table = package_rss)

Value

A character vector with topics.

Arguments

website

a url of a new source in the format "news.ycombinator.com"

rss_table

a dataframe with urls and rss feeds in case you need to construct your own out of websites not in the included database. Be sure to have the same format as the included data. See package_rss.R for details.

Examples

Run this code
describe_url(website = "ycombinator.com", rss_table = package_rss)

Run the code above in your browser using DataLab