Description Usage Arguments Value References See Also Examples
View source: R/feedly-search-contents.R
Search content of a stream
1 2 3 4 5 6 7 8 9 10 | feedly_search_contents(
query,
stream_id = NULL,
fields = "all",
embedded = NULL,
engagement = NULL,
count = 20L,
locale = NULL,
feedly_token = feedly_access_token()
)
|
query |
a full or partial title string, URL, or |
stream_id |
the id of the stream; a feed id, category id, tag id or a
system collection/category ids can be used as
stream ids. If |
fields |
if not " |
embedded |
if not |
engagement |
if not |
count |
number of items to return (max 20 for "pro" users) |
locale |
if not |
feedly_token |
Your Feedly Developer Access Token (see |
list with a data frame element of results
(https://developer.feedly.com/v3/search/) & Search Tutorial
feedly_search_title
1 | feedly_search_contents("data science")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.