Skip to contents

Get naver news sub category names and urls recently.

Usage

getSubCategory(sid1 = 100)

Arguments

sid1

Main category id in naver news url. Only 1 value is passible. Default is 100 means Politics.

Value

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

Examples

if (FALSE) {
  getSubCategory(100)
  getSubCategory(100, FALSE)
  }