getAllComment: Get All Comment

View source: R/getComment.R

getAllCommentR 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)

N2H4 documentation built on Sept. 15, 2022, 5:14 p.m.