项目作者: program--

项目描述 :
R 📦 for cryptocurrency exchange platforms.
高级语言: R
项目地址: git://github.com/program--/cryptocurr.git
创建时间: 2021-01-15T23:20:35Z
项目社区:https://github.com/program--/cryptocurr

开源协议:Other

下载


cryptocurr cryptocurr logo

Build Status
R build status
Codecov test coverage
Lifecycle: experimental

cryptocurr is an API Wrapper written in R for various cryptocurrency exchange platforms.
Built with the tidyverse in mind, data gathered from cryptocurr
integrates seemlessly within the core and related universes, such as
with tidyquant and
timetk.

Installation

To install the developmental version:

  1. remotes::install_github("program--/cryptocurr")

Supported Platforms

Name API
Bitfinex v2

Planned Platforms

Name Phase
Coinbase ❌ Not Started
Kraken ❌ Not Started
Binance ❌ Not Started

Example

This is a basic example which shows you how to solve a common problem:

  1. library(cryptocurr)
  2. ## basic example code

Roadmap

cryptocurr roadmap

Changelog

Code of Conduct

Please note that the cryptocurr project is released with a Contributor Code of Conduct.
By contributing to this project, you agree to abide by its terms.