Skip to content

Ironholds/WikidataR

Repository files navigation

WikidataR

An R API wrapper for the Wikidata store of semantic data.

Author: Oliver Keyes, Serena Signorelli & Christian Graul
License: MIT
Status: Stable

Travis-CI Build Statusdownloads

Description

WikidataR is a wrapper around the Wikidata API. It is written in and for R, and was inspired by Christian Graul's rwikidata project. For details on how to best use it, see the explanatory vignette.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Installation

For the most recent CRAN version:

install.packages("WikidataR")

For the development version:

library(devtools)
devtools::install_github("ironholds/WikidataR")

Dependencies