wiki_search {wikifacts} | R Documentation |
'wiki_search()' displays the results of a Wikipedia search in the browser.
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.
wiki_search('R (programming language)')