pediafulltext: Retrieve the full text of Wikipedia article

Description Usage Arguments Value Examples

Description

Retrieve the full text of Wikipedia article

Usage

1
pediafulltext(wikititle, lang = "en", format = "text")

Arguments

wikititle

Character string of Wikipedia article title

lang

language of Wikipedia to query, default = 'en'

format

character string of either 'text', 'wikimarkup' or 'html', default 'text'

Value

Character string of Wikipedia full text

Examples

1
2
3
pediafulltext("Albert Einstein") # very messy
pediafulltext("Hong Kong", format = 'html')
pediafulltext("Hong Kong", lang="es", format = 'wikimarkup')

chainsawriot/pediarr documentation built on May 13, 2019, 3:11 p.m.