View source: R/news-functions.R
return_3news_snippets | R Documentation |
In a table of news stories, return 3 based on recency and length.
return_3news_snippets(metric_df)
metric_df |
A dataframe with the following columns: link (chr), title (chr), time (date or dttm), author (chr), and description (chr). |
HTML formatted text with links and descriptions of articles.
## Not run: return_3news_snippets(metric_df) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.