getUrlList {N2H4}R Documentation

Get Url List By Category

Description

Get naver news titles and links from target url.

Usage

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

Arguments

turl

is target url naver news.

col

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

Value

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

Examples

 ## Not run: 
  getUrlList("https://news.naver.com/main/list.naver?mode=LS2D&mid=shm&sid1=103&sid2=376")
  
## End(Not run)

[Package N2H4 version 0.8.4 Index]