# NOT RUN {
# get the newest story on Hacker News
newest_story <- get_new_stories(max_items = 1)
newest_story
# }
# NOT RUN {
# get all new stories on Hacker News
new_stories <- get_new_stories()
new_stories
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab