Description Usage Arguments Value Examples
View source: R/data-retrieve.R
A wrapper of xml2::read_html() with cookie set
to bypass PTT's "over18-confirmation".
1  | read_html2(url, ...)
 | 
url | 
 Character. The URL of the target web page.  | 
... | 
 Additional arguments passed on to
  | 
An XML document. See read_html
for more information.
1 2  | url <- "https://www.ptt.cc/bbs/Gossiping/index.html"
read_html2(url)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.