feedly_opml: Retrieve Your Feedly OPML File

Description Usage Arguments Value References

View source: R/feedly-opml.R

Description

OPML (Outline Processor Markup Language) files are XML documents holding "outlines". Specifically (for the context of Feedly) OPML files fully describe the set of collections of RSS feeds, providing all the necessary metadata to transfer between feed readers.

Usage

1
feedly_opml(as = c("text", "parsed"), feedly_token = feedly_access_token())

Arguments

as

one of "text" (plain character XML) or "parsed" (which will return an xml2::xml_document)

feedly_token

Your Feedly Developer Access Token (see feedly_access_token())

Value

character or xml_document depending on as

References

(https://developer.feedly.com/v3/opml/)


hrbrmstr/seymour documentation built on Jan. 24, 2020, 11:27 a.m.