get_latest_show_stories | R Documentation |
Retrieves latest show stories using Hacker News API
get_latest_show_stories(max_items = NULL)
max_items |
Maximum number of items to retrieve. If max_items = NULL, returns all available |
list of latest show HN stories
# get the latest show story on Hacker News
latest_show_story <- get_latest_show_stories(max_items = 1)
latest_show_story
# get 10 latest show stories on Hacker News
latest_10_show_stories <- get_latest_show_stories(max_items = 10)
latest_10_show_stories
# get all latest show stories on Hacker News
latest_show_stories <- get_latest_show_stories()
latest_show_stories
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.