https://github.com/ironholds/wikidatar
An R package for the Wikidata API
https://github.com/ironholds/wikidatar
api-client r wikidata
Last synced: 11 months ago
JSON representation
An R package for the Wikidata API
- Host: GitHub
- URL: https://github.com/ironholds/wikidatar
- Owner: Ironholds
- License: other
- Created: 2015-02-01T05:57:27.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-10-17T03:22:57.000Z (over 5 years ago)
- Last Synced: 2025-04-19T01:32:10.995Z (11 months ago)
- Topics: api-client, r, wikidata
- Language: R
- Homepage:
- Size: 62.5 KB
- Stars: 53
- Watchers: 6
- Forks: 13
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
WikidataR
=========
An R API wrapper for the Wikidata store of semantic data.
__Author:__ Oliver Keyes, Serena Signorelli & Christian Graul
__License:__ [MIT](http://opensource.org/licenses/MIT)
__Status:__ Stable
[](https://travis-ci.org/Ironholds/WikidataR)
Description
======
WikidataR is a wrapper around the Wikidata API. It is written in and for R, and was inspired by Christian Graul's
[rwikidata](https://github.com/chgrl/rwikidata) project. For details on how to best use it, see the [explanatory
vignette](https://CRAN.R-project.org/package=WikidataR/vignettes/Introduction.html).
Please note that this project is released with a
[Contributor Code of Conduct](https://github.com/Ironholds/WikidataR/blob/master/CONDUCT.md).
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
======
* R. Doy.
* [httr](https://cran.r-project.org/package=httr) and its dependencies.
* [WikipediR](https://cran.r-project.org/package=WikipediR)