pedialang: Retrieve the wikipedia title in other language

Description Usage Arguments Value Examples

Description

Retrieve the wikipedia title in other language

Usage

1
pedialang(wikititle, lang = "en", limit = 50, lllang = NULL)

Arguments

wikititle

A character string of Wikipedia title to query

lang

Language of Wikipedia to query, default = 'en'

limit

integer, number of items to return

lllang

A character string represents the language of returned title. If NULL, all languages will be returned

Value

data.frame of wikipedia titles

Examples

1
2
3
pedialang("Albert Einstein")
pedialang("John_McCarthy_(computer_scientist)", lllang = "zh")
pedialang("Alanu Turing", lang = 'co', lllang = 'ko')

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