On-Demand Parallel Lapply
omxLapply(x, fun, ...)
| x | a vector (atomic or list) or an expressions vector. Other objects (including classed objects) will be coerced by  | 
| fun | the function to be applied to each element of  | 
| ... | optional arguments to  | 
x <- list(a = 1:10, beta = exp(-3:3), logic = c(TRUE,FALSE,FALSE,TRUE)) # compute the list mean for each list element omxLapply(x,mean)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.