ds.storage.file.rdata {rtsdata} | R Documentation |
Rdata file Storage model
Description
Rdata file Storage model
Usage
ds.storage.file.rdata(
location = ds.default.location(),
extension = "Rdata",
custom.folder = FALSE
)
Arguments
location |
storage location, defaults to ds.default.location folder |
extension |
file extension, defaults to 'Rdata' |
custom.folder |
custom folder flag, defaults to False
if flag is False default, the data is stored at the |
Value
list with storage options
Examples
# change the 'yahoo' data source to use Rdata files to store historical data
register.data.source(src = 'yahoo', storage = ds.storage.file.rdata())
[Package rtsdata version 0.1.4 Index]