pull.Rd
Synchronous pull of data to current node.
pull(x, ...)
pull.ChunkReference(x, ...)
pull.character(x, ...)
pull.list(x, ...)
Object to dispatch on.
Further arguments sent to methods.
Pull data from external source locally. A vector of character hrefs yield a list of the referenced data that is then unsplit, with whatever method defined for unsplit on the data then determining the resultant return value. A list of ChunkReferences returns their resultant values, as does a singular ChunkReference.
Value of the unsplit data sources.
##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
## The function is currently defined as
function (x, ...)
UseMethod("pull", x)
#> function (x, ...)
#> UseMethod("pull", x)
#> <environment: 0x5642fc246030>