get_news: News scraper

Description Usage Arguments Value Examples

View source: R/get_news.R

Description

Scrapes links to news from the Rospotrebnadzor website

Usage

1
get_news(pages = NULL)

Arguments

pages

a vector of pages to return, for example 1. if this argument is set to NULL, all pages are returned. Note that it might take a while.

Value

A data frame with self-explanatory columns.

Examples

1
2
# get all the news
df <- get_news(pages = NULL)

naturewillconfess/rucovidr documentation built on Jan. 1, 2021, 11:33 a.m.