get_comments_with_root {hackeRnews} | R Documentation |
Hacker News nested comments with root comment
Description
Returns specified item and all comments under it. Comments are retrieved using the Hacker News API
Usage
get_comments_with_root(item)
Arguments
item |
item whose children (comments) will be retrieved |
Value
dataframe containing specified item and all comments under that item
[Package hackeRnews version 0.1.0 Index]