Last chance! 50% off unlimited learning
Sale ends in
Retrieves all comments under an item using Hacker News API
get_comments(item)
dataframe of all comments under an item
item whose children (comments) will be retrieved
# \donttest{
story <- get_item_by_id(21499889)
comments <- get_comments(story)
comments
# }
Run the code above in your browser using DataLab