Learn R Programming

N2H4 (version 0.8.4)

getAllComment: Get All Comment

Description

Get all comments from the provided news article url on naver

Usage

getAllComment(turl)

Value

a [tibble][tibble::tibble-package]

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.

Examples

Run this code
if (FALSE) {
  getAllComment("https://n.news.naver.com/mnews/article/214/0001195110")
  }

Run the code above in your browser using DataLab