Learn R Programming

websearchr (version 0.0.3)

wikipedia: Search Wikipedia

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

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

Run this code
# NOT RUN {
wikipedia("my search terms")
wp("my search terms")
# }

Run the code above in your browser using DataLab