get_top_stories_ids {hackeRnews}R Documentation

Hacker News top stories ids

Description

Retrieves top stories ids using Hacker News API

Usage

get_top_stories_ids()

Value

list of top stories ids

Examples



# retrieve the ids of current top stories on Hacker News
top_stories_ids <- get_top_stories_ids()
top_stories_ids



[Package hackeRnews version 0.2.1 Index]