View source: R/scraping_helpers.R
view_html | R Documentation |
Download html and/or display it in the RStudio Viewer / Browser
view_html(link = NULL, html = NULL)
link |
|
html |
|
Opens the RStudio viewer and displays the webpage or html.
# Using link to webpage: view_html("https://www.google.de") # Using downloaded html google = xml2::read_html("https://www.google.de") view_html(html = google)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.