powered by
Default functionality configuration
ds.functionality.default( check.update = TRUE, update.required.fn = update.required )
list with options
flag to check for updates, defaults to TRUE
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.
# disable check for updates for the 'yahoo' data source register.data.source(src = 'yahoo', functionality = ds.functionality.default(FALSE))
Run the code above in your browser using DataLab