Description
Get naver news content from links.Usage
getContent(url = url, col = c("url", "datetime", "press", "title",
"content"))
Arguments
col
is what you want to get from news. Defualt is all.
Value
Get data.frame(url,datetime,press,title,content).