View source: R/liquidity_cryptowat.R
prepareTradesFromDirectory | R Documentation |
This function extracts the downloaded cryptocurriency trades data from the json files and save them into a csv file
prepareTradesFromDirectory(market, pair, sourceDirectory, destDirectory)
market |
is the required exchange |
pair |
is the required exchange rate pair |
sourceDirectory |
is the directory path where the json trades data files are located |
destDirectory |
is the directory path where the csv tradesdata files will be saved |
This function extracts the downloaded cryptocurriency trades data from the json files and save them into a csv file
## Not run:
data_file<-system.file("extdata", package = "bitcoinFinance")
prepareTradesFromDirectory("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.