Learn R Programming

N2H4 (version 0.5.9)

getComment: 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 = url,
  pageSize = 10,
  page = 1,
  sort = c("favorite", "reply", "old", "new", "best"),
  type = c("df", "list")
)

Arguments

turl

like <https://news.naver.com/main/read.nhn?mode=LSD&mid=shm&sid1=100&oid=056&aid=0010335895>.

pageSize

is a number of comments per page. defult is 10. max is 100.

page

is defult is 1.

sort

you can select favorite, reply, old, new. favorite is defult.

type

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

Value

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

Examples

Run this code
# NOT RUN {
  print(news_url_ex)
  getComment(news_url_ex)
# }

Run the code above in your browser using DataLab