## Not run:
# a <- dlapply(1:5,function(x) x, nparts=3)
# # A DList with 3 partitions,
# # which in the aggregate contains the elements 1 through 5.
# b <- dlapply(a,function(x) x+3) # AddR 3 to each element of dlist a.
# ## End(Not run)
Run the code above in your browser using DataLab