Description Usage Arguments Value Note References Examples
View source: R/feedly-feed-meta.R
Retrieve Metadata for a Feed
1 | feedly_feed_meta(feed, feedly_token = feedly_access_token())
|
feed |
an RSS feed URL. |
feedly_token |
Your Feedly Developer Access Token (see |
data frame (tibble) with the following fields:
id
:
string the unique, immutable id of this feed.
feedId
:
string same as id; for backward compatibility
subscribers
:
integer number of feedly cloud subscribers who have this feed in their subscription list.
title
:
string the feed name.
description
:
Optional string the feed description.
language
:
Optional string this field is a combination of the language reported by the RSS feed, and the language automatically detected from the feed’s content. It might not be accurate, as many feeds misreport it.
velocity
:
Optional float the average number of articles published weekly. This number is updated every few days.
website
:
Optional **url ** the website for this feed.
topics
:
Optional string array an array of topics this feed covers. This list can be used in searches and mixes to build a list of related feeds and articles. E.g. if the list contains “productivity”, querying “productivity” in feed search will produce a list of related feeds.
status
:
Optional string only returned if the feed cannot be polled. Values include “dead” (cannot be polled), “dead.flooded” (if the feed produces too many articles per day) and “dead.dropped” if the feed has been removed.
This endpoint will do a real-time fetch of the feed if the submitted feed is not yet part of the feedly cloud.
(https://developer.feedly.com/v3/feeds/)
1 | feedly_feed_meta("https://feeds.feedburner.com/rweeklylive")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.