Skip to contents

Retrieves latest ask stories ids using Hacker News API

Usage

get_latest_ask_stories_ids()

Value

list of latest ask Hacker News stories ids

Examples

# \donttest{
# get ids of latest ask stories
ask_stories_ids <- get_latest_ask_stories_ids()
ask_stories_ids
#>  [1] 43619768 43625200 43623236 43622711 43612448 43547611 43547609 43558671
#>  [9] 43623589 43618710 43548589 43604299 43603574 43613922 43611088 43609719
#> [17] 43559733 43591673 43591349 43593627 43604753 43564550 43596438 43617601
#> [25] 43601341 43615272 43572949 43592201 43614260 43547309 43615756 43544254
# }