R/api.R
get_max_item_id.Rd
Retrieves largest item id available via Hacker News API
get_max_item_id()
current largest item id
# \donttest{ # retrieve the id of the latest item get_max_item_id() #> [1] 43626211 # }