Learn R Programming

N2H4 (version 0.8.4)

getContent: Get Content

Description

Get naver news content from links.

Usage

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

Value

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

Arguments

turl

is naver news link.

col

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

Examples

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

Run the code above in your browser using DataLab