getComment: Get Comment

View source: R/getComment.R

getCommentR Documentation

Get Comment

Description

Get naver news comments. if you want to get data only comment, enter command like below. getComment(url)$result$commentList[[1]]

Usage

getComment(turl, count = 10, type = c("df", "list"))

Arguments

turl

like <https://n.news.naver.com/mnews/article/023/0003712918>.

count

is a number of comments. Defualt is 10. "all" works to get all comments.

type

type return df or list. Defualt is df. df return part of data not all.

Value

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

Examples

## Not run: 
  getComment("https://n.news.naver.com/mnews/article/421/0002484966?sid=100")

## End(Not run)

forkonlp/N2H4 documentation built on Feb. 27, 2024, 6:38 a.m.