blockwatch.download: Downloads a zip with all data from a Blockwatch database

Description Usage Arguments Details Value See Also Examples

View source: R/Blockwatchdownload.R

Description

Downloads a zip with all data from a Blockwatch database

Usage

1
blockwatch.download(database_code, filename, ...)

Arguments

database_code

Database code on Blockwatch specified as a string.

filename

Filename (including path) of file to download.

...

Additional named values that are interpreted as Blockwatch API parameters. Please see https://blockwatch.cc/docs/api for a full list of parameters.

Details

Set your api_key with blockwatch.api_key function. For instructions on finding your api key go to https://blockwatch.cc/account/profile#apikey

Value

The filename of the downloaded file.

See Also

blockwatch.api_key

Examples

1
2
3
4
## Not run: 
blockwatch.download("BITFINEX:OHLCV/BTC_USD", "./BITFINEX_OHLVC_BTC_USD.zip")

## End(Not run)

blockwatch-cc/blockwatch-r documentation built on May 13, 2020, 4:06 p.m.