getContentDatetime: Get Content Datetime

Description Usage Arguments Value

Description

Get naver news published datetime from link.

Usage

1
2
getContentDatetime(html_obj, datetime_node_info = "span.t11",
  datetime_attr = "", getEdittime = TRUE)

Arguments

html_obj

"xml_document" "xml_node" using read_html function.

datetime_node_info

Information about node names like tag with class or id. Default is "div.article_info h3" for naver news title.

datetime_attr

if you want to get attribution text, please write down here.

getEdittime

if TRUE, can get POSIXlt type datetime length 2 means published time and final edited time. if FALSE, get Date length 1.

Value

Get POSIXlt type datetime.


mrchypark/N2H4 documentation built on May 23, 2019, 7:14 a.m.