Learn R Programming

wikifacts (version 0.4.2)

wiki_search: Display results of a Wikipedia search in the browser

Description

`wiki_search()` displays the results of a Wikipedia search in the browser.

Usage

wiki_search(term = NULL, browser = getOption("browser"))

Arguments

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.

Value

A display of the results of the search in the browser.

Examples

Run this code
# NOT RUN {
wiki_search('R (programming language)')
# }

Run the code above in your browser using DataLab