getComment: Get Comment

View source: R/getComment.R

getCommentR Documentation

Get Comment

Description

Get daum news comments

Usage

getComment(
  turl,
  limit = 10,
  offset = 0,
  parentId = 0,
  sort = c("RECOMMEND", "LATEST"),
  type = c("df", "list")
)

Arguments

turl

like 'http://v.media.daum.net/v/20161117210603961'.

limit

is number of comment. Default is 10.

offset

is comment number of start. Default is 0.

parentId

Default is 0.

sort

you can select RECOMMEND, LATEST. RECOMMEND is Default.

type

return type. Default is tibble. It may sometimes warn message.

Value

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


DNH4 documentation built on March 18, 2022, 5:51 p.m.