getContent {N2H4} | R Documentation |
Get Content
Description
Get naver news content from links.
Usage
getContent(
turl,
col = c("url", "original_url", "section", "datetime", "edittime", "press", "title",
"body")
)
Arguments
turl |
is naver news link. |
col |
is what you want to get from news. Defualt is all. |
Value
a [tibble][tibble::tibble-package]
Examples
## Not run:
getContent("https://n.news.naver.com/mnews/article/214/0001195110?sid=103")
## End(Not run)
[Package N2H4 version 0.8.4 Index]