Internal function used in attachSymbols
to create active bindings for symbols defined in a DDB
object.
create.binding(s,
lsym,
rsym,
gsrc,
mem.cache = TRUE,
file.cache = !mem.cache,
cache.dir = tempdir(),
envir,...)
Called for its side effect of creating active bindings to symbols.
symbol name
function to convert to local name (legal R name)
function to convert to remote name (source name)
corresponds to 'src' arg in getSymbols call
cache to memory
cache to disk
directory to cache to/from
environment name (character)
arguments to pass to getSymbols call
Jeffrey A. Ryan
Low level function to create bindings during initial demand-database construction.
Mark, Roger, ?