powered by
Get naver news Title from link.
getContentTitle( html_obj, title_node_info = "h2.media_end_head_headline", title_attr = "" )
Get character title.
"xml_document" "xml_node" using read_html function.
Information about node names like tag with class or id. Default is "div.article_info h3" for naver news title.
if you want to get attribution text, please write down here.
if (FALSE) { hobj <- rvest::read_html("https://n.news.naver.com/mnews/article/214/0001195110?sid=103") getContentTitle(hobj) }
Run the code above in your browser using DataLab