Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ironholds/wikidatar
An R package for the Wikidata API
https://github.com/ironholds/wikidatar
api-client r wikidata
Last synced: 16 days 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-10-17T03:22:57.000Z (about 4 years ago)
- Last Synced: 2024-10-10T12:48:38.527Z (28 days ago)
- Topics: api-client, r, wikidata
- Language: R
- Homepage:
- Size: 62.5 KB
- Stars: 53
- Watchers: 7
- Forks: 14
- Open Issues: 6
-
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[![Travis-CI Build Status](https://travis-ci.org/Ironholds/WikidataR.svg?branch=master)](https://travis-ci.org/Ironholds/WikidataR)![downloads](http://cranlogs.r-pkg.org/badges/grand-total/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)