# NOT RUN {
# get the top story on Hacker News
top_story <- get_top_stories(max_items = 1)
top_story
# }
# NOT RUN {
# get all top stories on Hacker News
top_stories <- get_top_stories()
top_stories
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab