Learn R Programming

N2H4 (version 0.4.3)

getContent: Get Content

Description

Get naver news content from links.

Usage

getContent(url = url, col = c("url", "datetime", "press", "title",
  "content"))

Arguments

url
is naver news link.
col
is what you want to get from news. Defualt is all.

Value

Get data.frame(url,datetime,press,title,content).