getComment {DNH4} | R 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]
[Package DNH4 version 0.1.12 Index]