Description Usage Arguments Value Examples
Build headline pages
1 |
.data |
A data frame, data frame extension (e.g. a tibble), or a lazy data frame. Expects the following string columns title (required), description, link, pub_date, and thumbnail. |
save_as |
A string with the output file name. Either .pdf and .html. |
title |
A string with the title of the headlines page. |
layout |
A string with the style layout. Pass "list" or "card". |
0
1 2 3 4 5 6 | ## Not run:
data(sciencegeist)
sciencegeist <- utils::head(sciencegeist)
headlines(sciencegeist, "sciencegeist.html")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.