Skip to contents

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

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