wikipedia: Search Wikipedia

Description Usage Arguments Examples

View source: R/wikipedia.R

Description

Improve your workflow by searching Wikipedia directly from the console without having to switching to the browser and opening a new tab first.

Usage

1
2
3
wikipedia(search_terms, lang = c("en", "de", "es", "fr"))

wp(search_terms, lang = c("en", "de", "es", "fr"))

Arguments

search_terms

Search terms encapsulated in " ".

lang

In which language Wikipedia should be accessed. One of c("en", "de", "es" "fr") for English, German, Spanish and French, respectively.

Examples

1
2
wikipedia("my search terms")
wp("my search terms")

fschaffner/websearchr documentation built on Sept. 28, 2019, 10:15 a.m.