Skip to contents

Get All Comment History

Usage

getAllCommentHistory(turl, commentNo)

Arguments

turl

character. News article on 'Naver' such as <https://n.news.naver.com/mnews/article/001/0009205077?sid=102>. News articl url that is not on Naver.com domain will generate an error.

commentNo

Parent Comment No.

Value

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

Examples

if (FALSE) {
  getAllComment("https://n.news.naver.com/mnews/article/214/0001195110?sid=103")
  }