ds.functionality.default {rtsdata} | R Documentation |
Default Functionality
Description
Default functionality configuration
Usage
ds.functionality.default(
check.update = TRUE,
update.required.fn = update.required
)
Arguments
check.update |
flag to check for updates, defaults to TRUE |
update.required.fn |
function to check if update is required given stored historical data, defaults to update.required. The update.required function takes last update stamp, current date/time, holiday calendar name. |
Value
list with options
Examples
# disable check for updates for the 'yahoo' data source
register.data.source(src = 'yahoo', functionality = ds.functionality.default(FALSE))
[Package rtsdata version 0.1.4 Index]