getUrlList: Get Url List By Category

View source: R/getUrlList.R

getUrlListR 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)

N2H4 documentation built on Sept. 15, 2022, 5:14 p.m.