Description Usage Arguments Value Examples
Constructs a Plazi Feed Object from the Plazi Feed URL
1 | plazi_feed(feed_url = "http://tb.plazi.org/GgServer/xml.rss.xml")
|
feed_url |
string, the URL of the Plazi feed. A default is present. |
plazi_feed, xml_document, the Plazi feed, as a local object.
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")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.