# NOT RUN {
# retrieve the id of the latest Hacker News item
last_item_id <- get_max_item_id()
last_item_id
# retrieve the latest Hacker News item
last_hn_item <- get_item_by_id(last_item_id)
last_hn_item
# }
Run the code above in your browser using DataLab