Get all comments from the provided news article url on naver
Usage
getAllComment(turl = url, ...)
Value
a [tibble][tibble::tibble-package]
Arguments
turl
character. News article on 'Naver' such as <http://news.naver.com/main/read.nhn?mode=LSD&mid=shm&sid1=100&oid=056&aid=0010335895>. News articl url that is not on Naver.com domain will generate an error.
...
parameter in getComment function.
Details
Works just like getComment, but this function executed in a fashion where it finds and extracts all comments from the given url.