wiki_search {wikifacts}R Documentation

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

wiki_search('R (programming language)')

[Package wikifacts version 0.4.2 Index]