Learn R Programming

N2H4 (version 0.8.4)

getUrlList: Get Url List By Category

Description

Get naver news titles and links from target url.

Usage

getUrlList(turl, col = c("titles", "links"))

Value

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

Arguments

turl

is target url naver news.

col

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

Examples

Run this code
 if (FALSE) {
  getUrlList("https://news.naver.com/main/list.naver?mode=LS2D&mid=shm&sid1=103&sid2=376")
  }

Run the code above in your browser using DataLab