Description Usage Arguments Value Examples
Returns a list containing the contents of the requested webpage. Useful in conjunction with [wiki_table()], [wiki_card()], and [wiki_section()]. This function is a wrapper around the function [xml2::get_html()].
1 |
page |
Extension of the page, e.g. "New_York_City" |
url |
The base url of the site to visit, defaults to "https://wikipedia.org/wiki/" |
delay |
Rate at which to throttle calls. Defaults to 1, can be turned off by setting to 0. Time between calls is determined by multiplying the value of this parameter with the response time by the server. |
An object that contains the HTML content of the requested URL.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.