lazyLoadFromRepo: Lazy load mechanism

Description Usage Arguments Value Author(s) See Also

Description

This creates the promise to be evaluated later, used internally by lazyLoad2.

Usage

1
2
lazyLoadFromRepo(artifact, lazyDir = lazyDir(), objName,
  envir = parent.frame(1))

Arguments

artifact

A character vector of the hash associated with an object in the lazyDir

lazyDir

the lazyDir to use

objName

Must pass the object name as a character string to assign the lazy evaluation to

envir

The environment to assign into (passed to assign.env arg of delayedAssign)

Value

An object named objName is assigned into the envir, lazily via delayedAssign.

Author(s)

Eliot McIntire

See Also

lazyLs, lazyLoad2


PredictiveEcology/lazyR documentation built on May 8, 2019, 3:10 p.m.