getCoinData: Interface to get data from coinmarketcap

Description Usage Arguments Examples

Description

Downloads index and coin data from coinmarketcap. Data gets stored in json or csv format.

Usage

1
getCoinData(logging = TRUE, csv = FALSE, delay = 3, resume = 1)

Arguments

logging

If true, the download progress gets logged in the console.

csv

If true, data will be stored in csv format instead of json.

delay

Delay in seconds after each request. Can be used to comply with API request limits.

resume

Used to proceed with last data set after a disconnect.

Examples

1
getCoinData(logging = FALSE, delay = 0)

Chainomics/rCoinInterface documentation built on May 16, 2019, 6:39 p.m.