Description Usage Arguments Examples
View source: R/feedly-continue.R
The feedly_stream()
function will return a continuation
field if
there are more results than the max asked for. You can use this function
to iterate max
more times (or less if there are fewer than n
additional
result sets to retrieve).
1 | feedly_continue(start, max = 0L, .progress = FALSE)
|
start |
the result of a first call to |
max |
max further |
progress |
if |
1 2 3 4 | r_bloggers_feed_id <- "feed/http://feeds.feedburner.com/RBloggers"
feedly_stream(r_bloggers_feed_id, count = 1000L) %>%
feedly_continue(rb_stream, 2) -> rb_stream
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.