get_new_stories_ids {hackeRnews}R Documentation

Hacker News newest stories ids

Description

Retrieves newest stories ids using Hacker News API

Usage

get_new_stories_ids()

Value

list of new stories ids

Examples

# get ids of new stories on Hacker News
new_stories_ids <- get_new_stories_ids()
new_stories_ids


[Package hackeRnews version 0.1.0 Index]