plazi_feed: Plazi Feed Constructor

Description Usage Arguments Value Examples

View source: R/plazi.R

Description

Constructs a Plazi Feed Object from the Plazi Feed URL

Usage

1
plazi_feed(feed_url = "http://tb.plazi.org/GgServer/xml.rss.xml")

Arguments

feed_url

string, the URL of the Plazi feed. A default is present.

Value

plazi_feed, xml_document, the Plazi feed, as a local object.

Examples

1
2
3
todays_plazi_feed = plazi_feed()
xml2::write_xml(todays_plazi_feed, file = "~/tmp/plazi_feed.xml")
todays_plazi_feed = plazi_feed("~/tmp/plazi_feed.xml")

pensoft/ropenbio documentation built on Dec. 17, 2020, 5:50 a.m.