Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jangorecki/Rbitcoin
R & bitcoin integration
https://github.com/jangorecki/Rbitcoin
Last synced: 2 months ago
JSON representation
R & bitcoin integration
- Host: GitHub
- URL: https://github.com/jangorecki/Rbitcoin
- Owner: jangorecki
- License: other
- Archived: true
- Created: 2014-06-24T19:28:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-25T14:36:08.000Z (about 8 years ago)
- Last Synced: 2024-07-30T10:35:28.757Z (5 months ago)
- Language: R
- Homepage: https://jangorecki.gitlab.io/Rbitcoin/
- Size: 1.59 MB
- Stars: 57
- Watchers: 12
- Forks: 22
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-quant - Rbitcoin - Unified markets API interface (bitstamp, kraken, btce, bitmarket). (R / Data Sources)
README
# Rbitcoin [![Build Status](https://gitlab.com/jangorecki/Rbitcoin/badges/master/build.svg)](https://gitlab.com/jangorecki/Rbitcoin/builds)
Utilities related to Bitcoin. Unified API interface for exchange markets (bitstamp, kraken, btce, bitmarket, hitbtc, btcchina).
## Installation
```R
install.packages("Rbitcoin", repos=c("https://jangorecki.gitlab.io/Rbitcoin","https://cran.rstudio.com"))
```## Usage
```R
library(Rbitcoin)
?btc
```See [introduction vignette](http://jangorecki.gitlab.io/Rbitcoin/library/Rbitcoin/doc/introduction.html) and [shinyBTC](https://github.com/jangorecki/shinyBTC) a simple GUI for Rbitcoin.