getAllComment {N2H4} | R Documentation |
Get All Comment
Description
Get all comments from the provided news article url on naver
Usage
getAllComment(turl)
Arguments
turl |
character. News article on 'Naver' such as <https://n.news.naver.com/mnews/article/023/0003712918>. News article url that is not on Naver.com domain will generate an error. |
Details
Works just like getComment, but this function executed in a fashion where it finds and extracts all comments from the given url.
Value
a [tibble][tibble::tibble-package]
Examples
## Not run:
getAllComment("https://n.news.naver.com/mnews/article/214/0001195110")
## End(Not run)
[Package N2H4 version 0.8.4 Index]