get_items_by_ids | R Documentation |
Retrieves items corresponding to specified list of ids using Hacker News API
get_items_by_ids(ids)
ids |
list of ids |
list of hn_item objects
# retrieve the first two items on Hacker News
items <- get_items_by_ids(c(1,2))
items
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.