Learn R Programming

N2H4 (version 0.6.1)

getContent: Get Content

Description

Get naver news content from links.

Usage

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

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

Run this code
# NOT RUN {
  print(news_url_ex)
  getContent(news_url_ex)
  
# }

Run the code above in your browser using DataLab