push.RdPush data to another node's message queue.
push(x, locations, ...)
# Default S3 method
push(x, locations, post_locs=TRUE,...)
# S3 method for class 'list'
push(x, locations, ...)
# S3 method for class 'Chunk'
push(x, locations, ...)List of ChunkReferences referring to the sent object(s).
##---- 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, locations, ...) 
UseMethod("push", x)
#> function (x, locations, ...) 
#> UseMethod("push", x)
#> <environment: 0x556234aad510>