Get all comments from the provided news article url on naver
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.
Value
a [tibble][tibble::tibble-package]
Details
Works just like getComment, but this function executed in a fashion
where it finds and extracts all comments from the given url.
Examples
if (FALSE) {
getAllComment("https://n.news.naver.com/mnews/article/214/0001195110")
}