random_wiki {getwiki}R Documentation

Get the Text of a Random Wikipedia Article

Description

Get the text of a random wikipedia article

Usage

random_wiki(clean = TRUE)

Arguments

clean

Should getwiki remove html tags from the returned text?

Value

random_wiki will return a single named character value whose value is the text of the wikipedia page

Examples

random_wiki()

[Package getwiki version 0.9.0 Index]