View source: R/liquidity_cryptowat.R
prepareOrders | R Documentation |
This function extracts the downloaded cryptocurriency order-book data from the json files and save them into a csv file
prepareOrders(market, pair, sourceDirectory, destDirectory)
market |
is the required exchange |
pair |
is the required exchange rate pair |
sourceDirectory |
is the directory path where the json order-book data files are located |
destDirectory |
is the directory path where the csv order-book files will be saved |
This function extracts the downloaded cryptocurriency order-book data from the json files and save them into a csv file
## Not run:
data_file<-system.file("extdata", package = "bitcoinFinance")
prepareOrders("coinbase","btcusd",data_file,data_file)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.