Home
Softono
WikidataR

WikidataR

Open source R
54
Stars
13
Forks
9
Issues
6
Watchers
5 years
Last Commit

About WikidataR

An R package for the Wikidata API

Platforms

Web Self-hosted

Languages

R

Links

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