| ds.storage.file.csv.save | R Documentation | 
Save 'xts' object into CSV file
ds.storage.file.csv.save(ds.data, file, date.format = "%Y-%m-%d")
| ds.data | 'xts' object | 
| file | filename to save 'xts' object | 
| date.format | date format | 
nothing
 # 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.