getrss: Fetch rss into tibble

View source: R/rss.R

getrssR Documentation

Fetch rss into tibble

Description

Fetch rss into tibble

Usage

getrss(feed)

Arguments

feed

feed address

Value

tibble object

See Also

getpubmed

Examples

## Not run: 
library(scifetch)
feed <- 'yihui.name/index.xml'
z <- getrss(feed)

## End(Not run)

yufree/scifetch documentation built on Oct. 15, 2022, 7:25 p.m.