Description Usage Arguments Value Note
View source: R/render-stream.R
This function takes a minimalist approach to formatting an R Markdown
document from the contents of a Feedly stream. It uses the feed item
title, URL (first alternate one), published data and summary content to make
each entry.
1 2 3 4 5 6 7 | render_stream(
feedly_stream,
title = "Feedly Stream Summary",
include_visual = FALSE,
browse = FALSE,
quiet = TRUE
)
|
feedly_stream |
output from |
title |
A title for your "report" |
include_visual |
if |
browse |
if |
quiet |
passed on to |
a list with the contents of the R Markdown document and the rendered HTML file (so you can save/tweak before publishing).
This function requires that htmltools, rmarkdown and glue are installed
on your system.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.