# get sample of the fake stock data
data = ds.getSymbol.fake.stock.data('dummy', from = '2018-02-01', to = '2018-02-13')
filename = file.path(tempdir(), 'dummy.csv')
ds.storage.file.csv.save(data, filename)
Run the code above in your browser using DataLab