getContent: Get Content

View source: R/getContent.R

getContentR Documentation

Get Content

Description

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

## Not run: 
  getContent("https://n.news.naver.com/mnews/article/214/0001195110?sid=103")
  
## End(Not run)

forkonlp/N2H4 documentation built on Feb. 27, 2024, 6:38 a.m.