Skip to contents

Get naver news content from links.

Usage

getContent(
  turl,
  col = c("url", "original_url", "section", "datetime", "edittime", "press", "title",
    "body")
)

Arguments

turl

is naver news link.

col

is what you want to get from news. Defualt is all.

Value

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

Examples

if (FALSE) {
  getContent("https://n.news.naver.com/mnews/article/214/0001195110?sid=103")
  }