powered by
`wiki_search()` displays the results of a Wikipedia search in the browser.
wiki_search(term = NULL, browser = getOption("browser"))
A non-empty character string giving the name of the term to be searched
A non-empty character string passed to [browseURL()] to determine the browser used.
A display of the results of the search in the browser.
# NOT RUN { wiki_search('R (programming language)') # }
Run the code above in your browser using DataLab