powered by
remoteLs returns the names of the objects in the global environment on each slave process, as a list of character vectors.
remoteLs
remoteLs(all.names = FALSE)
A list, with each element a vector of character strings giving the names of the objects on a given slave process.
a logical value. If 'TRUE', all object names are returned. If 'FALSE', names which begin with a '.' are omitted.
remoteRm
if (FALSE) { bigGP.init(3) a <- 3 b <- 7 push(a); push(b) remoteLs() remoteRm(a) remoteLs() }
Run the code above in your browser using DataLab