pull.Rd
Synchronous pull of data to current node.
pull(x, ...)
# S3 method for class 'ChunkReference'
pull(x, ...)
# S3 method for class 'character'
pull(x, ...)
# S3 method for class 'list'
pull(x, ...)
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: 0x5562328fd1b0>