filter_urls {newscatcheR} | R Documentation |
Filter URLs in the provided database based on topic, country and language
Description
Filter URLs in the provided database based on topic, country and language
Usage
filter_urls(
topic = NULL,
country = NULL,
language = NULL,
rss_table = package_rss
)
Arguments
topic |
the topic of the feed see |
country |
the country of origin of the feed using two capital
letters, for example "US". See |
language |
the language of the content of the feed using two
lowercase letters, for example "en". See |
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 |
Value
a tibble filtered according to the given parameters
Examples
filter_urls(topic = "tech", country = "US", language = "en")
[Package newscatcheR version 0.1.2 Index]