Description Usage Value Examples
Retrieves HTML for given URL and opens the source in Chrome or specified application. A critical difference between a function like this and one like read_html() is that this one reads the page HTML -after- the page has finished loading, including running of execution of javascript.
1 | open_interactive_url(link, application)
|
Character vector of length 1, which is subsequently opened with the specified application
1 2 3 4 5 6 7 8 9 10 | ## Not run:
# Open HTML in Chrome
open_interactive_url("https://cran.r-project.org/web/packages/available_packages_by_name.html")
# Open in another application (e.g. Sublime Text)
open_interactive_url("https://cran.r-project.org/web/packages/available_packages_by_name.html",
"Sublime Text")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.