wiki_search: Display results of a Wikipedia search in the browser

Description Usage Arguments Value Examples

View source: R/wiki_search.R

Description

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

Usage

1
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

1
wiki_search('R (programming language)')

wikifacts documentation built on April 29, 2021, 5:06 p.m.