Description Usage Arguments Value Examples
'wiki_search()' displays the results of a Wikipedia search in the browser.
1 | wiki_search(term = NULL, browser = getOption("browser"))
|
term |
A non-empty character string giving the name of the term to be searched |
browser |
A non-empty character string passed to [browseURL()] to determine the browser used. |
A display of the results of the search in the browser.
1 | wiki_search('R (programming language)')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.