README.md

Convenience Access to Wikipedia Dump Databases

Status

lines of R code: 126, lines of test code: 0

Project Status: Active – The project has reached a stable, usable
state and is being actively
developed.

Development version

0.1.0 - 2018-11-20 / 23:30:17

Description

This package allows to query wikipedia dump data bases. Via functions: wpd_get_exact() and wpd_get_search().

License

## MIT + file LICENSE
## c(
##     person(
##       "Peter", 
##       "Meissner", 
##       role  = c("aut", "cre"),
##       email = "retep.meissner@gmail.com"
##     ),
##     person(
##       "Simon", 
##       "Munzert", 
##       role  = c("cph"),
##       email = "simon.munzert@gmail.com"
##     )
##   )

Citation

citation("wpdaccess")

BibTex for citing

toBibtex(citation("wpdaccess"))

Installation

Installation and start - development version

devtools::install_github("petermeissner/wpdaccess")
library(wpdaccess)

Usage

?wpd_get_exact


petermeissner/wpdaccess documentation built on May 7, 2019, 4:42 p.m.